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/7cc0553d-ffef-49fe-bfaf-4b85a2bdba18o%40googlegroups.com.

Reply via email to