talking about "standards", the 451 error is labelled as " Requested action 
aborted: local error in processing".
that error that returns to you seems to pinpoint that you can only use that 
smtp to send a max of 50 messages in 5 minutes

On Tuesday, December 4, 2012 6:09:23 PM UTC+1, Aurelijus Useckas wrote:
>
> one more question if I may, 
>
> I'm trying to send email to my mailing list (around 1500 emails), bus I 
> get a constant error:
>
> WARNING:web2py:Mail.send failure:{'some@email': (451, 'Sender rate 78.5 
> of 50 messages per 5m')}
>
>
> do you know what could be causing this?
>
> On Tuesday, December 4, 2012 1:55:39 PM UTC+2, Aurelijus Useckas wrote:
>>
>> Yes, I've turned the TLS off and now it works :)
>>
>> thanks for your very valuable tips!  
>>
>> On Tuesday, December 4, 2012 1:45:41 PM UTC+2, Niphlod wrote:
>>>
>>>
>>> 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 
>>>>>
>>>>>

-- 



Reply via email to