Integrate Polyaxon with Amazon SES to receive email notifications.

Setup Amazon SES

Amazon SES is one of the easiest ways to get an outgoing email working reliably.

Add your Email notification using Amazon SES to Polyaxon deployment config

Now you can set the email section using your Amazon SES’s SMTP information:

email:
  host: 'email-smtp.us-west-1.amazonaws.com'  # Set correct region
  port: 587
  useTls: true
  hostUser:
  hostPassword: