Python To Send Emails Via Outlook Express

Fredrik Lundh fredrik at pythonware.com
Mon Dec 20 02:31:58 EST 2004


<ian at kirbyfooty.com> wrote:

> But all I want to do is use Python to instruct Outlook Express to send
> an email.

and you succeeded -- the error message you saw came from the mail server, not
outlook itself.  your problem is that the server didn't like the mail you sent; checking
the server configuration (or just the server logs) can help you figure out why.

have you tried different From/To settings, btw?

</F> 






More information about the Python-list mailing list