[Zope3-checkins] CVS: Zope3/src/zope/app/mail - configure.zcml:1.9
Philipp von Weitershausen
philikon at philikon.de
Wed Mar 3 05:23:19 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv5109
Modified Files:
configure.zcml
Log Message:
Fixed ZCML to make Zope start up again. Stephan, did you run this?
=== Zope3/src/zope/app/mail/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/mail/configure.zcml:1.8 Wed Mar 3 04:15:41 2004
+++ Zope3/src/zope/app/mail/configure.zcml Wed Mar 3 05:23:18 2004
@@ -10,9 +10,9 @@
Send out mail with arbitrary from and to addresses"
/>
- <mail:sendmailMailer id="sendmail"/>
+ <mail:sendmailMailer name="sendmail"/>
- <mail:smtpMailer id="smtp" hostname="localhost" port="25" />
+ <mail:smtpMailer name="smtp" hostname="localhost" port="25" />
<!--
To send mail, uncomment the following directive and be sure to
More information about the Zope3-Checkins
mailing list