Gmail server gives an error of:
*No SSL support included in this Python*
I'm using 2.6v of Python, doesn't it support it?
ordinary server gives an error of:
*STARTTLS extension not supported by server.*
Would it be possible to somehow bypass the STARTTLS initialization? I'm
good with simple smtp.
btw server.result = {}
thnx
On Tuesday, December 4, 2012 12:35:25 PM UTC+2, Niphlod wrote:
>
> BTW: all of these are showing that all of them return *False*!
> .......what python version are you using ? The first log shows that no SSL
> is available.
> Please print both server.result and server.error
>
>
--