SMTP Authentication

Jp Calderone exarkun at intarweb.us
Tue Nov 4 13:19:55 EST 2003


On Mon, Nov 03, 2003 at 09:41:37PM +0100, Achim Domma wrote:
> Hi,
> 
> I try to authenticate via script to my mail server. I found some hints via
> google, that SMTP authentication is a problem, but no solution. Using
> set_debuglevel(1), I can see something like that:
> 
> [snip transcript]
> 
> Can somebody give me a hint on how to encode the pwd? Or another way to send
> mail, if the server requires authentication?

    http://twistedmatrix.com/documents/api/twisted.protocols.imap4.CramMD5ClientAuthenticator.html

  I know it says "imap4" in the URL, but Cram-MD5 authentication is the same
between several protocols, including SMTP.

  Jp





More information about the Python-list mailing list