API Documentation

Classes

MaildropHost

Functions

manage_addMaildropHost

Classes

class MaildropHost

MailHost objects work as asynchronous adapters to Simple Mail Transfer Protocol (SMTP) servers. MaildropHosts are used by DTML sendmail tags to find the proper host to deliver mail to.

For the full API please see the MailHost API documentation in the Zope Help System. This file only lists those methods that differ from the standard MailHost API.


Product Constructor

manage_addMaildropHost(id, title=Maildrop Host, REQUEST=None):

Add a Maildrop Host object to an ObjectManager.


__module__ = __builtin__

Methods

isTransactional():

Returns a truth value if run in transactional mode

manage_makeChanges(self, title, transactional=0, REQUEST=None, **kw):

Edit the properties of a Maildrop Host


Functions

manage_addMaildropHost(id, title=Maildrop Host, REQUEST=None):

Add a Maildrop Host object to an ObjectManager.