On 29 May 2014, at 15:10, Esteban A. Maringolo <emaring...@gmail.com> wrote:

> What is the simplest way we have in Pharo to send emails?
> 

For ESUG we are using Postmark:

        https://postmarkapp.com

There is a library for Pharo that makes it very easy to use.

        
http://tulipemoutarde.be/2011/12/29/send-email-from-pharo-with-postmark.html

It works very very well.

> We're going to send a bunch of "no-reply@mydomain" style mails
> confirming transactions and similars. ~3000 mails.
> 
> Anybody already doing this?
> 
> Regards.
> 
> Esteban A. Maringolo
> 
> ps: This will be running in a DigitalOcean droplet, so I could install
> an email server, but I don't think it is the simplest solution :)
> 
No, it would be horror… all the IPs of these machines are registered
as potential spam sources. 
So you would need to use then the outbound SMTP server of DigitalOcean,
if they have one.

Sending email is harder than you think these days… 

        Marcus

Reply via email to