[web2py] Re: Notification similar to django-notification

2016-06-01 Thread pbreit
There's a facility for sending email: http://web2py.com/books/default/chapter/29/08#Sending-emails Here is my code that sends SMSes through 4 services: def send_sms(provider, src, dst, txt, uid, uname, pword): import urllib, json, base64, requests settings.plivo_send = 'https://api.pliv

[web2py] Re: Notification similar to django-notification

2016-05-30 Thread eric cuver
you can use api notification html 5 or other APIs such as notification http://docs.localytics.com/index.html Le lundi 30 mai 2016 06:33:23 UTC+2, billmac...@gmail.com a écrit : > > You can look at facebook notification, basically an interface where user > pick how they want to receive their not

[web2py] Re: Notification similar to django-notification

2016-05-29 Thread billmackalister
You can look at facebook notification, basically an interface where user pick how they want to receive their notification, by email or texts etc. Toggle them on and off and when they log into their dashboard they see the notifications and receive them as they have it set up in their settings. I

[web2py] Re: Notification similar to django-notification

2016-05-20 Thread eric cuver
you can give the django notifcation links to see Le vendredi 13 mai 2016 16:14:26 UTC+2, billmac...@gmail.com a écrit : > > Is there a plugin/package for web2py that is similar to > django-notification for emails, texts and other activities? > > -- Resources: - http://web2py.com - http://web2p