[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/mail -
directDelivery.stx:1.1 queuedDelivery.stx:1.1
sendmailMailer.stx:1.3 smtpMailer.stx:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Mar 29 10:08:47 EST 2004
Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/mail
In directory cvs.zope.org:/tmp/cvs-serv20778/doc/zcml/namespaces.zope.org/mail
Modified Files:
sendmailMailer.stx smtpMailer.stx
Added Files:
directDelivery.stx queuedDelivery.stx
Log Message:
Updated ZCML documentation. The files now contain information about the handler.
=== Added File Zope3/doc/zcml/namespaces.zope.org/mail/directDelivery.stx ===
directDelivery
File zope/app/mail/meta.zcml, lines 11 - 15.
Handler: zope.app.mail.metaconfigure.directDelivery
This directive creates and registers a global direct mail service. It should
be only called once during startup.
Attributes
name -- TextLine (optional, default=u'Mail')
Name
Specifies the Delivery name of the mail service. The default is "Mail".
permission -- Permission (required)
Permission
Defines the permission needed to use this service.
mailer -- TextLine (required)
Mailer
Defines the mailer to be used for sending mail.
=== Added File Zope3/doc/zcml/namespaces.zope.org/mail/queuedDelivery.stx ===
queuedDelivery
File zope/app/mail/meta.zcml, lines 5 - 9.
Handler: zope.app.mail.metaconfigure.queuedDelivery
This directive creates and registers a global queued mail service. It should
be only called once during startup.
Attributes
name -- TextLine (optional, default=u'Mail')
Name
Specifies the Delivery name of the mail service. The default is "Mail".
permission -- Permission (required)
Permission
Defines the permission needed to use this service.
mailer -- TextLine (required)
Mailer
Defines the mailer to be used for sending mail.
queuePath -- Path (required)
Queue Path
Defines the path for the queue directory.
=== Zope3/doc/zcml/namespaces.zope.org/mail/sendmailMailer.stx 1.2 => 1.3 ===
--- Zope3/doc/zcml/namespaces.zope.org/mail/sendmailMailer.stx:1.2 Fri Jan 23 12:00:27 2004
+++ Zope3/doc/zcml/namespaces.zope.org/mail/sendmailMailer.stx Mon Mar 29 10:08:16 2004
@@ -2,15 +2,17 @@
File zope/app/mail/meta.zcml, lines 17 - 21.
+ Handler: zope.app.mail.metaconfigure.sendmailMailer
+
Registers a new Sendmail mailer.
Attributes
- id -- TextLine (required)
+ name -- TextLine (required)
- Id
+ Name
- Id of the Mailer.
+ Name of the Mailer.
command -- ASCII (optional, default=None)
=== Zope3/doc/zcml/namespaces.zope.org/mail/smtpMailer.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/mail/smtpMailer.stx:1.1 Thu Jan 22 18:57:12 2004
+++ Zope3/doc/zcml/namespaces.zope.org/mail/smtpMailer.stx Mon Mar 29 10:08:16 2004
@@ -2,15 +2,17 @@
File zope/app/mail/meta.zcml, lines 23 - 27.
+ Handler: zope.app.mail.metaconfigure.smtpMailer
+
Registers a new SMTP mailer.
Attributes
- id -- TextLine (required)
+ name -- TextLine (required)
- Id
+ Name
- Id of the Mailer.
+ Name of the Mailer.
hostname -- BytesLine (optional, default='localhost')
More information about the Zope3-Checkins
mailing list