Python To Send Emails Via Outlook Express
Fredrik Lundh
fredrik at pythonware.com
Mon Dec 20 01:48:16 EST 2004
More information about the Python-list mailing list
Mon Dec 20 01:48:16 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: > I tried changing s.Send to s.Send(). It now comes up with an exception > error.. > com_error: (-2147352567, 'Exception occurred.', (0, None, 'The server > rejected one or more recipient addresses. The server response was: 554 > <iwcook at yahoo.com>: Relay access denied\r\n', None, 0, -2147220977), > None) sure looks like you managed to talk to the mail program, but your mail server thinks you're trying to send faked mails. your local mail admins can probably help you sort this one out. (googling for "Relay access denied" could also help) </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