Configuring SMTP

Introduction

You can configure your SMTP server by going to the Hudu admin area >> SMTP settings. This is only available in Hudu 2.1.5.16+. 

By adding and enabling these settings, it will override settings specified in your .env file and also your Magic Cloud default settings.

 

Guides

Example Settings for Different Providers.

Amazon SES 

  • SMTP DOMAIN: mywebsite.com
  • SMTP SERVER ADDRESS: email-smtp.us-east-1.amazonaws.com
  • SMTP USERNAME: Username
  • SMTP PASSWORD: afdsafsfdsadfs
  • SMTP PORT: 587
  • AUTHENTICATION: LOGIN
  • USE TLS: CHECKED/TRUE
  • VERIFY MODE: none
  • SMTP FROM ADDRESS: hi@mywebsite.com
  • SMTP DISPLAY NAME: Example Support Team

 

SMTP2GO

  • SMTP DOMAIN: mywebsite.com
  • SMTP SERVER ADDRESS: mail.smtp2go.com
  • SMTP USERNAME: jacob@mywebsite.com
  • SMTP PASSWORD: afdsafsfdsadfs

 

SMTP PORT: 587

  • AUTHENTICATION: LOGIN
  • USE TLS: CHECKED/TRUE
  • VERIFY MODE: none
  • SMTP FROM ADDRESS: jacob@mywebsite.com
  • SMTP DISPLAY NAME: Example Support Team

 

Testing SMTP

You can test your SMTP by using the Test SMTP option. Enter in an email, and if you get a successful message, you should be seeing an email.

 

Was this article helpful?
0 out of 1 found this helpful