[web2py] Re: Sending smses via my web2py

2020-08-05 Thread Massimo Di Pierro
Nice. will integrate with py4web. :-) On Wednesday, 5 August 2020 16:01:18 UTC-7, Jacinto Parga wrote: > > 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ó: > >>

[web2py] Re: Sending smses via my web2py

2020-08-05 Thread Jacinto Parga
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,

Re: [web2py] Re: WAF2PY 1.0

2020-08-05 Thread Massimo Di Pierro
py4web apps are not required to use vue. The auth page currently uses vue and some of the examples do but we are rolling out a new version of Auth that does not. On Wednesday, 5 August 2020 12:32:33 UTC-7, Christian Varas wrote: > > I will port it to py4web :), is the next step. > > I have a

Re: [web2py] Re: WAF2PY 1.0

2020-08-05 Thread Christian Varas
I will port it to py4web :), is the next step. I have a custom py4web app (non vuejs) managing sensors and gpio (relés) in a raspberry pi, so I am already familiar with it :). Py4web is so fast and good! Cheers. Chris, El mié., 5 ago. 2020 a las 13:12, Massimo Di Pierro (<

[web2py] Re: Sending smses via my web2py

2020-08-05 Thread Massimo Di Pierro
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) > >

[web2py] Important about py4web

2020-08-05 Thread Massimo Di Pierro
There has been a lot of progress in py4web. Aside for the fact that it is faster and leaner than web2py it has the following features: - simple pip install - uses same pydal syntax as web2py - uses same templates as web2py - has Form, Grid, Auth, Flash, T, Cache, Dashboard & Tickets (need more

Re: [web2py] Re: WAF2PY 1.0

2020-08-05 Thread Massimo Di Pierro
Fantastic! we need to port this to py4web. ;-) On Monday, 3 August 2020 15:53:22 UTC-7, Christian Varas wrote: > > Thank you. > > I just tested on Debian 10, but it should work for any other OS as long > the dependencies are met. > The line “apt-get install **dependencies**” I’m the

Re: [web2py] Sending smses via my web2py

2020-08-05 Thread Jirawat Kusolpreedee
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

[web2py] Sending smses via my web2py

2020-08-05 Thread mostwanted
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