Last active
March 23, 2023 10:15
-
-
Save ananth-iyer/ad149b90f45e65086e54cfda66c73ed2 to your computer and use it in GitHub Desktop.
Integrate Mailcatcher with PHP FPM for Magento 2 email testing
This file contains 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
; Run mailcatcher | |
; In Magento 2, Check Disable Email Communications is No | |
; https://php.net/smtp-port | |
smtp_port = 1025 | |
sendmail_path = /usr/bin/env /usr/local/bin/catchmail --smtp-ip 127.0.0.1 -f sales@example.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing link - https://mailcatcher.me/