How to send email when SMTP is blocked?

2015-09-18 Thread Tristan Carel
Hi, Google Compute Engine blocks outgoing SMTP connections. I have a Mailgun account I could use to send email with their HTTP API. I searched a little bit but did not find any plugin that override emails sending with SMTP. * Does Jenkins provide such extension point? * I am willing to

Re: How to send email when SMTP is blocked?

2015-09-18 Thread Slide
Neither of the two main email plugins (Mailer or email-ext) supports anything outside of SMTP. It could possibly be made into an extension point though. On Fri, Sep 18, 2015 at 7:02 AM Tristan Carel wrote: > Hi, > > Google Compute Engine blocks outgoing SMTP connections.