Home > Contents > Index > 
mail.send
Sends SMTP email messages to one or more recipients.
Syntax
<mail.send to="recipient,recipient"
[from="your e-mail"] [subject="subject of message"]
[body="message body"] [replyto="your alternate e-mail address"]
[contenttype="content format"] [charset="character set"] />Parameters
to (required)- Comma-separated list of recipients' e-mail addresses to receive the message
 
from (optional)- E-mail address of the sender. If a value is not specified, the default value in
 mail.iniis used.
subject (optional)- Subject of the message.
 
body (optional)- Body of the mail message.
 
replyto (optional)- Alternate e-mail address to which you wish replies to go. If a value is not specified, replies go to the sender's address.
 
contenttype (optional)- Type of content you are sending. The default is
 plain/text.
charset (optional)- Character set of your content. The default is the system default.
 
Description
A new
errno
The possible values of
errnoinclude:
 Value Description -202 Cannot Send MailRelease Introduced
This tag was introduced in CS release 5.0.
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.