Re: smtplib "authentication required" error

2008-05-17 Thread 7stud
On May 17, 12:18 pm, cher <[EMAIL PROTECTED]> wrote: > Hey, > > Don't know if you can help, but I'm trying to import archived messages > from Thunderbird into my gmail account and keep getting these types of > errors.  I am using the GML program to help incorporate, but the SMTP > server is not bei

Re: smtplib "authentication required" error

2006-04-01 Thread [EMAIL PROTECTED]
Dear tjg: That was extremely helpful. Thank you very kindly. The server did not respond to the .starttls() method but authentication was successful after, it seems, the .ehlo() was specified. I have tried the script without the first s.ehlo() and without s.starttls() and it works perfectly. My auth

Re: smtplib "authentication required" error

2006-03-31 Thread Timothy Grant
On 31 Mar 2006 18:20:27 -0800, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In using a simple smtp routine: > > # begin example > >>> import smtplib > >>> server = smtplib.SMTP('outgoing.verizon.net') > >>> server.sendmail('[EMAIL PROTECTED]', '[EMAIL PROTECTED]', > """To: [EMAIL PROTECTED] > Fro