Get email notifications when an experiment, a job, or a build is finished using mailgun so that your team stays in sync.

Start by creating a mailgun account

mailgun makes it easy to set up an outgoing email. It has a generous free tier that we recommend you checking out.

Add your Email notification using mailgun to Polyaxon deployment config

Now you can set the email setction using your mailgun’s information:

email:
  host: "smtp.mailgun.org"
  port: 587
  useTls: true
  hostUser: "foobar_mailgun"
  hostPassword: "123456"