|
The Angkor extension, formerly called the Sankuru Email Template Editor for Joomla, gives you the opportunity to edit the standard texts that Joomla sends out in connection with its user administration and contact management; to add logos and pictures, and generally format the emails in html.
The Joomla user and contact administration sends out the following emails to users:
- User registration activation (com_user)
- User registration no activation (com_user)
- Registration message to admin (com_user)
- Forgot username (com_user)
- Forgot password (com_user)
- Send mail to new user -- during back-end creation of new user (com_users)
- Send message to contact (com_contact)
- Send copy of message to sender (com_contact)
- Send copy of message to admin (com_contact)
- Send article link to friend (com_mailto)
In the standard Joomla version, these emails are being sent out in plain text, using a standard text managed in the language files by core Joomla itself. Using Angkor, you can modify and format these emails at will.
Angkor now also supports Joomfish. The messages will be formatted according to the template for the user language.
Caveats:
- The component will not work for front-end user emails, if you have replaced the standard user management extension, com_user, by another component such as com_juser.
- We intend to add support for such user management replacement extensions in a future version of the component, on the condition that they are in widespread use, and that they are licensed under an OSI-approved license such as the GPL.
Installation Notes: - gpc_magic_quotes must be off (in php.ini) or else you may get unwanted escaped apostrophes in the email bodies (\')
|