Setup email provider
This guide explains how you can set up email provider
Aidbox supports different email API services and SMTP protocol.
Smartbox administrator UI
Use Smartbox administrator UI to set up email provider.
Setup provider details
To set up email provider details:
Click the
Settings
link in the headerClick the
Email provider
tabChoose the provider type (
SMTP
ormailgun
)Populate provider details
Press the
Update email provider
button
Check if provider works
To check provider works:
Press the
Send test email
buttonEnter your email address
Press the
Ok
button
If you receive the test email message, the provider works
How to set up mailgun
mailgun
Add the lines below to the .env
file.
How to set up Postmark
Postmark
Add the lines below to the .env
file.
How to set up SMTP
SMTP
Add the lines below to the .env
file.
Last updated