EE 1
EE 2
Email-from-Template
Developer
3rd Party (Free)
Compatibility
- LG Addon Updater
- Multi Site Manager
- Stand Alone Entry Form
Requirements
- jQuery for the Control Panel
Tags
Sends the tag contents in an e-mail (with or without echoing the contents back to the template). Offers variable replacement and default parameters.
Email from Template
This plugin sends its tag contents in an email (with or without echoing that content back to the template).
Download & Docs
http://michaelrog.com/ee/email-from-template
Parameters
- to - destination email address (default: site webmaster)
- cc - [optional] email address to carbon-copy
- bcc - [optional] email address to blind-carbon-copy
- from - sender email address (default: site webmaster)
- subject - email subject line (default: template URI)
- echo - Set to “off” if you don’t want to display the tag contents in the template.
Variables
- {to}
- {cc}
- {bcc}
- {from}
- {subject}
- {ip}
- {httpagent}
- {uri_string}
Example usage:
{exp:email_from_template to="admin@ee.com" from="server@ee.com" subject="Hello!" echo="off"}
This tag content is being viewed at {uri_string} by {httpagent}.
Sending notification to {to}.
{/exp:email_from_template}
Download & Docs
http://michaelrog.com/ee/email-from-template
Email-from-Template Links
This entry was last updated June 4, 2011, 2:16 pm.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. Devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!


1 Review:
Filip Vanderstappen 03.03.11
Very usable add-on. It’s also pretty easy to add cc and bcc support. I can provide you the code if you like to.