Sending e-mail without attachments

If no attachments are to be sent then the file indicated by the File parameter contains the body of the e-mail document. Any additional headers can be added to the beginning of this file conform the specifications in RFC 822.

Note

The headers should be separated from the body of the e-mail message by a blank line.

Example

Subject: Your request dated 15 Dec 1998
To: "F Gonzales" <F.Gonzales@host.domain.com>
Reply-To: "Web Office" <Internet@host.domain.com>
Dear Mr. Gonzales,
..........
Regards,
I. T. P. Server III

Note

Te information in the e-mail message will not be used by the SMTP server to determine the recipient. It is only provided for the convenience of the recipient. The From and To information is passed to the Mail command directly.

Note

Ay 8-bit characters within the e-mail will be converted to 7-bit characters using MIME enhancements. Any MIME-enhanced e-mail client will display these characters correctly.