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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/24c96420-fb2e-4264-a975-32d289ce8ca6o%40googlegroups.com.

