I use https://www.messagebird.com/
It has a well documented api and works well with web2py
El miércoles, 5 de agosto de 2020 a las 20:58:51 UTC+2, Massimo Di Pierro 
escribió:

> That list of service providers is very old. I sugget you use twilio
>
>
> On Wednesday, 5 August 2020 02:14:11 UTC-7, mostwanted wrote:
>>
>>
>> I am failing to send smses with my app following the book example (
>> http://www.web2py.com/books/default/chapter/29/08/emails-and-sms#Emails-and-SMS)
>>  
>> which i felt was straight forward, is there something extra must include in 
>> my controller code?
>>
>> *MY CODE*
>> def send_sms():
>>     from gluon.contrib.sms_utils import SMSCODES, sms_email
>>     email = sms_email('+000 (00) 000-000','Orange')
>>     mail.send(to=email, subject='sms test', message='testing testing 123'
>> )
>>
>> Regards
>>
>> Mostwanted
>>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/f0324d71-58c7-4bac-91b3-96b77932bc0cn%40googlegroups.com.

Reply via email to