Skip to content

Commit

Permalink
Correct mailtrap server name (#91)
Browse files Browse the repository at this point in the history
The server was listed as `mailtrap.io` instead of `smtp.mailtrap.io`, which would cause emails not to send.
  • Loading branch information
shaneparsons authored and rhukster committed Nov 23, 2018
1 parent f1c4259 commit aaf97ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Setup the Email plugin to use that SMTP server with the fake inbox data. For exa
mailer:
engine: smtp
smtp:
server: mailtrap.io
server: smtp.mailtrap.io
port: 2525
encryption: none
user: YOUR_MAILTRAP_INBOX_USER
Expand Down

0 comments on commit aaf97ea

Please sign in to comment.