smtplib problem

Sheila King sheila at spamcop.net
Wed Feb 14 09:44:04 EST 2001


On 14 Feb 2001 21:35:39 +1300, Carey Evans <c.evans at clear.net.nz> wrote in
comp.lang.python in article <87pugl1x2c.fsf at psyche.dnsalias.org>:

:Tim Roberts <timr at probo.com> writes:
:
:> There is no such thing.  The SMTP protocol does not include authorization.
:
:RFC2554 specifies an extension to SMTP, that adds authentication on
:message submission to an SMTP server.  BCP46 (RFC3013) section 5.4
:recommends its use.
:
:smtplib.py doesn't implement SMTP AUTH, although you could do it
:yourself using the docmd(), send() and getreply() methods.

Thank you! This is the type of tip I was looking for. Maybe in a few weeks,
when I have time, I'll mess around with it.

--
Sheila King
http://www.thinkspot.net/sheila/
http://www.k12groups.org/




More information about the Python-list mailing list