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_mailer plus any queueing tool (like celery), I tried something similar once and works fine (until you start getting blacklisted that is :-)) Regards, Carlos Ruvalcaba On Thu, Mar 28, 2013 at 9:14 AM, tonthon <[email protected]> wrote: > 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 unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
