aberry wrote:
>
> I am using 'smtplib' module to send an email but getting exception...
>
> smtplib.SMTP( throw error :
>
> here is trace back snippet :-
>
> " smtp = smtplib.SMTP(self.server)
> File "D:\Python24\lib\smtplib.py", line 244, in __init__
>(code, msg) = self.connect(host,
I am using 'smtplib' module to send an email but getting exception...
smtplib.SMTP( throw error :
here is trace back snippet :-
" smtp = smtplib.SMTP(self.server)
File "D:\Python24\lib\smtplib.py", line 244, in __init__
(code, msg) = self.connect(host, port)
File "D:\Python24\lib\smtplib