April 10, 2007
- PLEASE NOTE:
- It is recommended that you use a process other than MailTo handle the e-mail process from your web site.
- If you do use MailTo, please encode the included e-mail address(s) to reduce the spam for that address.
One routine to assist encoding and e-mail address is available at: http://www.ianr.unl.edu/email/encode/
| Feature | Syntax | |
| Address message to multiple recipients | , (comma separating e-mail addresses) | |
| Add entry in the "Subject" field | subject=Subject Field Text | |
| Add entry in the "Copy To" or "CC" field | cc=id@internet.node | |
| Add entry in the "Blind Copy To" or "BCC" field | bcc=id@internet.node | |
| Add entry in the "Body" field | body=Your message here Within the body use "%0A" for a new line, use "%0A%0A" for a new line preceded by a blank line (paragraph), see example below. |
Notes:
Some examples, with actual HTML Code included, follow:
NOTE: Use "%0A" for a new line, use "%0A%0A" for a new line preceded by a blank line.
Features may be used in combination