Skip to content

Instantly share code, notes, and snippets.

@ananth-iyer
Last active March 23, 2023 10:15
Show Gist options
  • Save ananth-iyer/ad149b90f45e65086e54cfda66c73ed2 to your computer and use it in GitHub Desktop.
Save ananth-iyer/ad149b90f45e65086e54cfda66c73ed2 to your computer and use it in GitHub Desktop.
Integrate Mailcatcher with PHP FPM for Magento 2 email testing
; 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
@ananth-iyer
Copy link
Author

Installing link - https://mailcatcher.me/

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