[Zope3-checkins] CVS: Zope3/src/zope/app/mail - configure.zcml:1.3
Albertas Agejevas
alga@codeworks.lt
Mon, 23 Jun 2003 11:52:51 -0400
Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv1335/src/zope/app/mail
Modified Files:
configure.zcml
Log Message:
Ooops! I broke the ultimate z3.py test!
=== Zope3/src/zope/app/mail/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/mail/configure.zcml:1.2 Mon Jun 23 11:45:39 2003
+++ Zope3/src/zope/app/mail/configure.zcml Mon Jun 23 11:52:50 2003
@@ -9,9 +9,9 @@
<permission id="zope.SendMail"
title="Send out mail with arbitrary from and to addresses" />
- <mail:sendmailMailer name="sendmail" />
+ <mail:sendmailMailer id="sendmail" />
- <mail:smtpMailer name="smtp" hostname="localhost" port="25" />
+ <mail:smtpMailer id="smtp" hostname="localhost" port="25" />
<!--
To send mail, uncomment the following directive and be sure to