MailHost objects work as adapters to Simple Mail Transfer Protocol
(SMTP) servers. MailHosts are used by DTML sendmail
tags
to find the proper host to deliver mail to.
Add a mailhost object to an ObjectManager.
Sends a message. Only To:, From: and Subject: headers can be set. Note that simple_send does not process or validate its arguments in any way. The arguments are:
Sends an email message where the messageText is an rfc822 formatted message. This allows you complete control over the message headers, including setting any extra headers such as Cc: and Reply-To:. The arguments are:
None
means no encoding is done. Valid values
are base64
, quoted-printable
and uuencode
.Add a mailhost object to an ObjectManager.