Skip to content
Snippets Groups Projects

Validating email functionality

Merged James Lawton requested to merge validating_email_functionality into main
6 files
+ 5236
615
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 5
5
# Mailtrap test
# SMTP_HOST=
# SMTP_PORT=
# SMTP_USER=
# SMTP_PASS=
# sendgrid test
SMTP_HOST=
SMTP_PORT=
SMTP_USER=
SMTP_PASS=
# gwdg email server
SMTP_HOST=mailer.gwdg.de # email.gwdg.de does not work when called on the server.
Loading