Configure SMTP email server
In order for users to send and receive email invites and notifications from Deeploy, an SMTP service is necessary. To integrate your chosen SMTP service with Deeploy, you use the credentials during the Deeploy Helm chart installation step. The following table contains examples of the credentials format for the most commonly used SMTP service providers:
Provider | smtpHost | port | username | password |
---|---|---|---|---|
SendGrid | smtp.sendgrid.net | 465 | apikey | SG.sometoken |
AWS SES | email-smtp.us-east-1.amazonaws.com | 465 | AWS_SMTP_Username | AWS_SMTP_Password |
Office365 | smtp.office365.com | 587 | example.com | password |
Mailgun | smtp.mailgun.org | 587 | example.com | password |