Table of Contents

Class: MailHost Zope-2.2.1-src/lib/python/Products/MailHost/help/MailHost.py

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.

Methods   
send
  send 
send (
        self,
        messageText,
        mto=None,
        mfrom=None,
        subject=None,
        encode=None,
        )

Sends an email message.

messageText

The body of the mail message.

mto

A string or list of recipient(s) of the message.

mfrom

The address of the message sender.

subject

The subject of the message.

encode - is the rfc822 defined encoding of the message. The default of None means no encoding is done. Valid values are base64, quoted-printable and uuencode.


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6