Simple Mail
Developer
3rd Party (Free)
347 downloads (last 90 days)

EE Version Support
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Plugin
Tags
Send e-mail from a form. Works with Core license EE (which does not include Email module). Free plugin.
Example
{exp:simple_mail:send recipient=“recipient@sample.com”}
{if “{exp:simple_mail:sent}”}
<p>Thank You</p>
{if:else}
<div class=“error”>{exp:simple_mail:validation_errors}</div>
<form method=“post”>
<input type=“email” name=“email” value=”” id=“email” />
<select name=“subject” id=“subject”>
<option value=“just hi”>just hi</option>
</select>
<textarea name=“message” id=“message”></textarea><br/><br/>
<input type=“submit” value=“submit”/>
</form>
{/if}
Details
The form action should post back to the same page. Form fields are:
email
- sender’s e-mail addresssubject
- subject of the e-mailmessage
- content of the e-mail message
Tags:
exp:simple_mail:send
- parameter:recipient
- at top of page: will send the e-mail if the form is filled in.exp:simple_mail:sent
- was the mail sent? booleanexp:simple_mail:validation_errors
- possibly empty list of<p>
formatted form errors
Download Simple Mail
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.0.0 | Sep 8, 2013 |
Simple Mail Links
This entry was created September 9, 2013, 9:39 am.
This entry was last updated September 9, 2013, 2:42 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!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
1 Review:
Agilaz Development 04.16.14
Awesome, for such a simple, yet extremely important feature you can’t go wrong. I have a non-profit client using Core and needs email. Minor issue: csrf_token should be added (unless disabled), took me all of 20 seconds to find the validation issue but some people may not know that. 最高!