[web2py] sending mail to multiple clients

2013-01-30 Thread José Eloy
Hello. I'm thinking about solutions for this problem: I have an application that have a list of 900 members to which to send mail. I need to send the mails and get notification about the status of every sending mail and when all they were succesfully sending. The trouble is my host provider

Re: [web2py] sending mail to multiple clients

2013-01-30 Thread Bruno Rocha
I would use sendgrid.com and its awesome newsletter API, alsoi sendgrid takes care of spamming protection. I wrote an module to interact with send grid through the API https://github.com/rochacbruno/pysendgrid But if you really want to use your own structure you should have a table with email,