[web2py] Re: how to send bulk emails with web2py

2013-04-05 Thread ctrlSoft
Amazon Simple Email Service (Amazon SES)
http://aws.amazon.com/ses/

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: how to send bulk emails with web2py

2013-03-13 Thread Alan Etkin


 hi,
 web2py mail.send checks if mail is sent or not,
 so if I want to send 1000 emails it will take a while or will break at 
 some point because my server execution time is 30s
 so please advise me what to do in this case


This app sends bulk mail in a batch process with a browser and ajax 
commands. It is coded/documented in spanish, but perhaps you can use it 
anyway.

http://sourceforge.net/projects/spamenlotes/files/?source=navbar

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [web2py] Re: how to send bulk emails with web2py

2013-03-13 Thread António Ramos
In web2py.com we have sites powered with web2py.
This bulk email app does not fit in that requisite but should be listed in
other category!



2013/3/13 Alan Etkin spame...@gmail.com

 hi,
 web2py mail.send checks if mail is sent or not,
 so if I want to send 1000 emails it will take a while or will break at
 some point because my server execution time is 30s
 so please advise me what to do in this case


 This app sends bulk mail in a batch process with a browser and ajax
 commands. It is coded/documented in spanish, but perhaps you can use it
 anyway.

 http://sourceforge.net/projects/spamenlotes/files/?source=navbar

  --

 ---
 You received this message because you are subscribed to the Google Groups
 web2py-users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to web2py+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [web2py] Re: how to send bulk emails with web2py

2013-03-13 Thread Alan Etkin


 In web2py.com we have sites powered with web2py.
 This bulk email app does not fit in that requisite but should be listed in 
 other category!

 
Hi Ramos, it could be listed in appliances, but, no one expects it to be in 
spanish! And also it has AGPL license, so I'm not sure it is compatible 
with the appliances policy.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] Re: how to send bulk emails with web2py

2013-03-10 Thread Brian M
Probably best to add the emails to a queue and then let a scheduler task 
work its way through the queue separate from the controller. You could also 
make a modified version of web2py's mail class that sends multiple emails 
per smtp connection to speed things up. 

On Sunday, March 10, 2013 2:47:27 PM UTC-5, Vasile Ermicioi wrote:

 hi,
 web2py mail.send checks if mail is sent or not,
 so if I want to send 1000 emails it will take a while or will break at 
 some point because my server execution time is 30s
 so please advise me what to do in this case

 thank you

 PS: flask-mail has such an example 
 http://pythonhosted.org/Flask-Mail/



-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.