Re: Pyramid and Mass mailing tool

2013-04-11 Thread Toni Mueller
Hi, On Thu, Mar 28, 2013 at 05:14:32PM +0100, tonthon wrote: > We're looking for a good mass mailing tool ( not spam :) ) that we would > manage through a pyramid + SQLA based application. I've done an interface to Mailman for this purpose that lets the user manipulate a subscriber list, and sen

Re: Pyramid and Mass mailing tool

2013-03-28 Thread tonthon
Thanks for your advices, I think we will end up in letting one of the existing specialists do the silly job for us :). NB : the business point of view is always welcome :) Le 28/03/2013 17:43, Jonathan Vanasco a écrit : > The cheapest option would be to host the images on Amazon S3 and send > the

Re: Pyramid and Mass mailing tool

2013-03-28 Thread Jonathan Vanasco
The cheapest option would be to host the images on Amazon S3 and send the email with Amazon SES. SES charges a 10¢ CPM , and data transfer in is free ( so you don't have to run the app on EC2 ). You do pay bandwidth, but it's their standard 12¢/GB charge. Your effective CPM ends up being around

Re: Pyramid and Mass mailing tool

2013-03-28 Thread Carlos Daniel Ruvalcaba Valenzuela
You are probably better off using a service such as sendgrid, mailchip, etc. Usually mass mailing (even if not spam) is a very good way of having your host blacklisted pretty fast :-), also having to setup your own mail server and all that. If you want something simple you can try using pyramid_m

Pyramid and Mass mailing tool

2013-03-28 Thread tonthon
Hi, We're looking for a good mass mailing tool ( not spam :) ) that we would manage through a pyramid + SQLA based application. Any thoughts on a possible solution ? Regards, Gaston -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubs