Skip to content

Instantly share code, notes, and snippets.

@noahduncan
Last active December 13, 2017 15:13
Show Gist options
  • Save noahduncan/9da5d1e5a22d589cb719 to your computer and use it in GitHub Desktop.
Save noahduncan/9da5d1e5a22d589cb719 to your computer and use it in GitHub Desktop.
Symfony2 Swiftmailer Config for Mailcatcher
swiftmailer:
transport: smtp
host: localhost
port: 1025
username: null
password: null
@cetver
Copy link

cetver commented Dec 13, 2017

If you're using virtual mashine, change the host to 0.0.0.0
sj26/mailcatcher#89 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment