Get email notifications when an experiment, a job, or a build is finished using Sendgrid so that your team stays in sync.
Start by creating a Sendgrid account
Sendgrid makes it easy to set up an smtp email service.
Add your Email notification using Sendgrid to Polyaxon deployment config
Now you can set the email section using your Sendgrid’s information:
email:
host: "smtp.sendgrid.net"
port: 587
useTls: true
hostUser: "sendgrid_username"
hostPassword: "123456"