Closed (fixed)
Project:
Localizer
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2007 at 21:06 UTC
Updated:
14 Apr 2007 at 22:46 UTC
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
Comment #1
Mojah commentedI 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.
Comment #2
Mojah commentedhttp://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.
Comment #3
Roberto Gerola commentedIt is already implemented.
I need some days to finish the work and make a release.
Comment #4
Mojah commentedwow!
Comment #5
sunThis feature is available in the latest development snapshot.
Comment #6
(not verified) commented