Re: [web2py] Re: How could I send a email to every members?

2010-11-25 Thread Branko Vukelic
On Thu, Nov 25, 2010 at 12:41 PM, villas wrote: > I appreciate that we can send mail directly, but these days mail from > unrecognised servers is considered 'suspicious' by the recipients' There's a big difference between 'unrecognized' and 'unidentified'. The latter is a server that is not prope

Re: [web2py] Re: How could I send a email to every members?

2010-11-24 Thread Thadeus Burgess
the problem with mail.send is it creates a brand new connection to the SMTP server *every* single time you call it. If you are sending more than 10 emails at a time this will not be efficient and will take an unnecessary amount of time to complete. I would suggest dropping down to using base smtp