[Zope] sendmail

Jason Cunliffe jasonic@nomadicsltd.com
Tue, 19 Sep 2000 09:05:12 -0400


----- Original Message -----
From: J. Atwood <jatwood@bwanazulia.com>


> It looks like the email address you are sending (testing) to is not valid.
>
> "host not found"

That can't be right. I have tried with a couple of known working email
address.
..But I notice the Python error points first to /lib/python1.5/ and then
/lib/python

What up? Is this 'normal' for Zope 2.2.x?

File /Zope-2.2.0/lib/python/Products/MailHost/MailHost.py, line 220, in send
(Object: dolphinsMailHost)
File /Zope-2.2.0/lib/python1.5/smtplib.py, line 452, in sendmail
File /Zope-2.2.0/lib/python1.5/smtplib.py, line 303, in ehlo

Thanks
Jason

> At 7:10 AM -0400 9/19/2000, Jason Cunliffe wrote:
> >Hello
> >
> >Trying to automate some sendmail messages
> >but we keep getting
> >
> >Error Type: error
> >Error Value: host not found
> >
> >Traceback (innermost last):
> >   File /Zope-2.2.0/lib/python/ZPublisher/Publish.py, line 222, in
> >publish_module
> >   File /Zope-2.2.0/lib/python/ZPublisher/Publish.py, line 187, in
publish
> >   File /Zope-2.2.0/lib/python/Zope/__init__.py, line 221, in
> >zpublisher_exception_hook
> >     (Object: ApplicationDefaultPermissions)
> >   File /Zope-2.2.0/lib/python/ZPublisher/Publish.py, line 171, in
publish
> >   File /Zope-2.2.0/lib/python/ZPublisher/mapply.py, line 160, in mapply
> >     (Object: sendmail_test)
> >   File /Zope-2.2.0/lib/python/ZPublisher/Publish.py, line 112, in
> >call_object
> >     (Object: sendmail_test)
> >   File /Zope-2.2.0/lib/python/OFS/DTMLMethod.py, line 167, in __call__
> >     (Object: sendmail_test)
> >   File /Zope-2.2.0/lib/python/DocumentTemplate/DT_String.py, line 502,
in
> >__call__
> >     (Object: sendmail_test)
> >   File /Zope-2.2.0/lib/python/Products/MailHost/SendMailTag.py, line
188, in
> >render
> >     (Object: dolphinsMailHost)
> >   File /Zope-2.2.0/lib/python/Products/MailHost/MailHost.py, line 220,
in
> >send
> >     (Object: dolphinsMailHost)
> >   File /Zope-2.2.0/lib/python1.5/smtplib.py, line 452, in sendmail
> >   File /Zope-2.2.0/lib/python1.5/smtplib.py, line 303, in ehlo
> >error: (see above)
> >
> >Any clues to what is wrng here?
> >
> >tia
> >- Jason