A field 'email' is used to Send a confirmation or Notification to an user/admin
Definition
A field 'email' is used to Send a confirmation or Notification to an user/admin
Settings
From Params
Define Email Sender
- Default one: used your Joomla default configuration
- Email or Name: complete the field right above the parameter with an Email/Name
- Field(Form): complete the field right above the parameter with your Form 'fieldname', this field MUST be in your Form
Message Params
Send:
- Static Value: Never/Submission/Edition/Alway
- Dynamic Value: Put your fieldname right above the Static Value ( override it ), the value must be an integer:
- Never = 0
- Submission = 1
- Edition = 2
- Alway = 3
Subject:
- Static Value: Hello World...
- Joomla Value: [sitename][siteurl][username]
- Dynamic Field: Put your field with this synthax #fieldname#
Message:
- Static Value: Hello World...
- Joomla Value: [sitename][siteurl][username][activation]
- Render All Fields: [fields]
- Dynamic Field:
- #fieldname#
- $cck->getAttr('fieldname'); Replace 'Attr' by the Real Attribute, ie: Label, Value, Text, Html ...
- {del fieldname} Hello World {/del} or {del #fieldname#} Hello World {/del}
- J(translate) used Jtext ( check your language file from admin/site )
- [date(format)] use the PHP one
Here a Sample with default Article:
Hi #art_title#,
I have been stored in this catid: $cck->getValue('art_catid');
{del fake} Delete fake is not a valid value {/del} Line Blank
{del id}Versailles, [date("F j, Y, g:i a")] {/del}
J(Best Regards) translate it
J(Default) done
[fields]
Message Override:
- Just put your fieldname in that option
Attachment:
- Send Attachment: Put your fieldname here, value=0 for no attachment
- Attachment Fields: Put your fieldnames here, could be mulitple ( cf Tip )
Recipient
Define Email Recipient.
To
- Put your email, could be mulitple, ( cf Tip )
To (Fields)
- Put your fieldnames here, could be mulitple ( cf Tip )
To (Admin)
- Select your admin, could be mulitple, CTRL+Select
Copy CC & BCC:
- None
- Emails: complete the field right above the parameter with Email(s), could be mulitple ( cf Tip )
- Field(Form): complete the field right above the parameter with your Form 'fieldname', this field MUST be in your Form, could be mulitple ( cf Tip )
SEBLOD - Pascal
January 31, 2012
1121
February 22, 2012
