Python To Send Emails Via Outlook Express
Fredrik Lundh
fredrik at pythonware.com
Mon Dec 20 02:31:58 EST 2004
More information about the Python-list mailing list
Mon Dec 20 02:31:58 EST 2004
- Previous message (by thread): Python To Send Emails Via Outlook Express
- Next message (by thread): Python To Send Emails Via Outlook Express
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<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>
- Previous message (by thread): Python To Send Emails Via Outlook Express
- Next message (by thread): Python To Send Emails Via Outlook Express
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list