Created
October 6, 2022 02:08
-
-
Save jasperf/eaa7c17b33ca2cda9dfc1f60f1095154 to your computer and use it in GitHub Desktop.
Mailhog settings WP Mail SMTP Plugin when running Laravel Valet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
smtp port 1025 | |
no encryption | |
no authentication | |
host mailhog.test | |
check mail at http://localhost:8025/ | |
source data https://wpbeaches.com/set-up-smtp-email-for-local-valet-wordpress-development/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment