Re: Problem w/ smtplib

2009-11-21 Thread Victor Subervi
On Sat, Nov 21, 2009 at 1:16 PM, Kev Dwyer wrote: > > 2009/11/21 Victor Subervi > > On Sat, Nov 21, 2009 at 12:04 PM, Kev Dwyer wrote: >> >>> On Sat, 21 Nov 2009 08:19:52 -0500, Victor Subervi wrote: >>> >>> Hello Victor, >>> >>> The information that you have sent comes from the client side of t

Re: Problem w/ smtplib

2009-11-21 Thread Kev Dwyer
2009/11/21 Victor Subervi > On Sat, Nov 21, 2009 at 12:04 PM, Kev Dwyer wrote: > >> On Sat, 21 Nov 2009 08:19:52 -0500, Victor Subervi wrote: >> >> Hello Victor, >> >> The information that you have sent comes from the client side of the >> transaction, so it isn't possible to tell why the server

Re: Problem w/ smtplib

2009-11-21 Thread Victor Subervi
On Sat, Nov 21, 2009 at 12:04 PM, Kev Dwyer wrote: > On Sat, 21 Nov 2009 08:19:52 -0500, Victor Subervi wrote: > > Hello Victor, > > The information that you have sent comes from the client side of the > transaction, so it isn't possible to tell why the server disconnected. > Assuming that there

Re: Problem w/ smtplib

2009-11-21 Thread Kev Dwyer
On Sat, 21 Nov 2009 08:19:52 -0500, Victor Subervi wrote: Hello Victor, The information that you have sent comes from the client side of the transaction, so it isn't possible to tell why the server disconnected. Assuming that there is an SMTP server listening on port 25, you need to check the

Problem w/ smtplib

2009-11-21 Thread Victor Subervi
Hi; I get the following error: /var/www/html/globalsolutionsgroup.vi/mailSpreadsheet.py52 session.sendmail(clientEmail, ourEmail1, header+msg) 53 # session.sendmail(clientEmail, ourEmail2, header+msg) 54 55 mailSpreadsheet() 56 *mailSpreadsheet* = /var/www/html/globalsol