[Zope3-dev] mail:queuedDelivery bug?

Paolo Invernizzi arathorn at fastwebnet.it
Fri Apr 23 11:24:38 EDT 2004


<mail:smtpMailer
     name="msgboard-smtp"
     hostname="mail.cs.interbusiness.it"
     port="25" />

<mail:queuedDelivery
     name="Mail"
     permission="zope.SendMail"
     queuePath="./mail-queue"
     mailer="msgboard-smtp" />

++docapi++ tells that the name in queuedDelivery defaults to "Mail", but 
  if I delete it:

zope.configuration.config.ConfigurationExecutionError:
exceptions.TypeError:
The name provided to provideAdapter must be a string or unicode

Wrong docs or bug?
---
Paolo Invernizzi




More information about the Zope3-dev mailing list