Re: [web2py] Please help: issue sending SMS as e-mail

2015-07-30 Thread Cypher
Hi I see you got your web2py sms function to work please help me get mine working, how did you get it to work??? On Monday, November 25, 2013 at 9:38:09 AM UTC+2, melmg wrote: > > I got it working :) ... I'm not sure what finally did it because I ended > up modifying several things. > -- Resou

Re: [web2py] Please help: issue sending SMS as e-mail

2013-11-24 Thread melmg
I got it working :) ... I'm not sure what finally did it because I ended up modifying several things. -- 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

Re: [web2py] Please help: issue sending SMS as e-mail

2013-11-24 Thread melmg
I was using my own e-mail address at first which was verified and it still wouldn't work. I hadn't verified this new test account, thank you for reminding me, although it is still not working. I'm not sure what could be causing it. I tried sending it to an actual e-mail address instead of the p

Re: [web2py] Please help: issue sending SMS as e-mail

2013-11-24 Thread Adnan Smajlovic
If it's a new test gmail account, did you login into it, and verify with your phone? Sometimes they hold up the new accounts, until you verify and confirm it is ok to be used from within an application. I had a similar issue for a new app dedicated gmail account. On Sun, Nov 24, 2013 at 6:58 PM

[web2py] Please help: issue sending SMS as e-mail

2013-11-24 Thread melmg
I am working on the last part of my application where I send a text message as an e-mail using gluon.contrib.sms_utils to set up the e-mail address but I am not receiving anything (I have it set up to send the message to my phone). This is my controller setup (in default.py): def send_text():