On Tuesday, December 4, 2012 12:25:00 PM UTC+1, Aurelijus Useckas wrote:
>
> 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?
>
It should, in theory, if openssl headers are compiled into the distribution
you have. That's all a different problem
>
> 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.
>
>
tls=False on the server istantiation or settings.tls = False "in db.py" .
By default it's true for security measures.
> 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
>>
>>
--