ez projects / simplemail
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| simplemail | *- pike | stable | 0.9 | 3.7.4 |
it uses 4 templates:
- a form
- a succespage
- an errorpage
- a mailmessage
You can override these in your own design. You can also
define new templates for them.
=============
HOW TO INSTALL
=============
- Copy the extensiondir to your /extension/ folder
- Go to the admin - setup / extensions
- Enable the extension
- Clear all caches
- Goto
and have fun.
if you want to use your form in public -makes sense-
remember to give the Anonymous user rights to
execute all functions in module SimpleMail
==========
LIMITATIONS
==========
It simply uses php's "mail" function; no multipart-mime messages; no
attachments.
Feel free to improve that.
==========
README
==========
There is a docs folder in the dist file with a README.
Read that.
Changelog
Friday 17 November 2006 01:43
*- pike