Hi everyone, I am using python smtplib and xoauth and I am trying to send an email. I am using the code posted by Google: http://code.google.com/p/google-mail-xoauth-tools/source/browse/trunk/python/xoauth.py
I am actually authenticating against Gmail and I get this reply reply: '235 2.7.0 Accepted\r\n' after sending my XOAuth string as expected (http://code.google.com/ apis/gmail/oauth/protocol.html#smtp) When I try to send to send an email I get the following error: reply: '530-5.5.1 Authentication Required. Learn more at \r\n' reply: '530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 f10sm4144741bkl.17\r\n' Any clue? -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/oauth?hl=en.
