Changeset 7504 for main/waeup.custom/trunk/src/waeup/custom
- Timestamp:
- 23 Jan 2012, 15:33:50 (13 years ago)
- Location:
- main/waeup.custom/trunk/src/waeup/custom
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.custom/trunk/src/waeup/custom/mail.zcml
r7498 r7504 49 49 --> 50 50 <mail:smtpMailer 51 name="smtp. localhost"51 name="smtp.mailserver" 52 52 hostname="localhost" 53 53 port="25" … … 68 68 --> 69 69 <mail:queuedDelivery 70 name="Queued SMTP on localhost"70 name="Queued SMTP on mail server" 71 71 permission="zope.Public" 72 mailer="smtp. localhost"72 mailer="smtp.mailserver" 73 73 queuePath="../../../var/mailqueue" 74 74 /> 75 75 76 76 <mail:directDelivery 77 name="Direct SMTP on localhost"77 name="Direct SMTP on mail server" 78 78 permission="zope.Public" 79 mailer="smtp. localhost"79 mailer="smtp.mailserver" 80 80 /> 81 81
Note: See TracChangeset for help on using the changeset viewer.