Have you asked your service provider ? Do they provide this kind of service?
*A better way is to use the phone companies themselves to relay the SMS. Each phone company has an email address uniquely associated with every cell-phone number, so SMS messages can be sent as emails to the phone number. * On Wed, Aug 5, 2020 at 4:14 PM mostwanted <[email protected]> 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/7cc0553d-ffef-49fe-bfaf-4b85a2bdba18o%40googlegroups.com > <https://groups.google.com/d/msgid/web2py/7cc0553d-ffef-49fe-bfaf-4b85a2bdba18o%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- โทร 086-187-5643 -- 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/CAFLP1QE%2BSgGtjo-L2KFjgrC6Z%2BU46X_7sQ%2BptQDrqC_S_duC4Q%40mail.gmail.com.

