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

For production deployments with recommend using other outgoing email services

Create a Gmail to use for sending emails to your team members

In order to use Gmail to receive email notifications from Polyaxon, you should create an account in Gmail.

Add your Email notification using GMail to Polyaxon deployment config

Now you can set the email section using your Gmail’s information:

email:
  host: "smtp.gmail.com"
  port: 587
  useTls: true
  hostUser: "[email protected]"
  hostPassword: "123456"