Localizersiteinfo module does a great job of translating the site info variables. Is there a way to add to its functionality by providing localization support for the welcome emails.

Someone signing up from the local version signup form should receive an email for that local language. Is this possible using the localizersiteinfo.module or would a new localizersiteemail.module be requried? Will I be able to use the localizersiteinfo module as a guide/template to create such a module for the welcome emails?

Thank you.

Comments

Mojah’s picture

I did some searching and found out that with the 5.x release a new hook called hook_mail_alter ( http://api.drupal.org/api/HEAD/function/hook_mail_alter ) has been added, which allows customisation of welcome email. This may be useful for a customised setup, but for something more generic, what localizersiteinfo module does seems more appropriate.

Mojah’s picture

http://drupal.org/node/86371

This seems to be in development for Drupal 6. I wonder if they would be able to follow a simillar way as localizer does in the localizersiteinfo module? Email customisations based on what locale admin is viewing the admin page with.

...more reason to include localizer in core me thinks.

Roberto Gerola’s picture

It is already implemented.
I need some days to finish the work and make a release.

Mojah’s picture

wow!

sun’s picture

Status: Active » Fixed

This feature is available in the latest development snapshot.

Anonymous’s picture

Status: Fixed » Closed (fixed)