[Zope3-Users] Mail
Roger Ineichen
dev at projekt01.ch
Thu Jan 12 17:39:39 EST 2006
Hi David
Zope uses a mail queue folder for "Mail Delivery" utilities.
Take a look at the z3.log there sould ba a log entry for the
undelivery mail.
Just delete the mail in this mail queue folder.
Regards
Roger Ineichen
Projekt01 GmbH
www.projekt01.ch
_____________________________
END OF MESSAGE
> -----Original Message-----
> From: zope3-users-bounces at zope.org
> [mailto:zope3-users-bounces at zope.org] On Behalf Of David Johnson
> Sent: Thursday, January 12, 2006 11:14 PM
> To: zope3-users at zope.org
> Subject: [Zope3-Users] Mail
>
> My zope server is trying to send me mail and failing, but I'm
> not sure why or how to stop it. Any ideas?
>
>
>
> 2006-01-12T16:12:36 ERROR QueueProcessorThread Error while
> sending mail from wiki at zope3.org to djohnson.
>
> Traceback (most recent call last):
>
> File "/home/djohnson/Zope3/src/zope/app/mail/delivery.py",
> line 194, in run
>
> self.mailer.send(fromaddr, toaddrs, message)
>
> File "/home/djohnson/Zope3/src/zope/app/mail/mailer.py",
> line 45, in send
>
> connection.sendmail(fromaddr, toaddrs, message)
>
> File "/usr/lib/python2.4/smtplib.py", line 688, in sendmail
>
> raise SMTPRecipientsRefused(senderrs)
>
> SMTPRecipientsRefused: {'djohnson': (501, '<djohnson>:
> recipient address must contain a domain')}
>
>
>
>
>
> --
>
> David Johnson
>
> djohnson at jsatech.com
>
> 201 Main Street Suite 1320
>
> Fort Worth, TX 76102
>
> (877) 572-8324 x2200
>
>
>
>
More information about the Zope3-users
mailing list