Retrieve SMTP credentials
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 Core, you must take note of your service credentials and add them to your Helm chart during the Install the Deeploy software stack 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 |