Skip to content

Commit 0f55a72

Browse files
SamJUKnavarr
authored andcommitted
fix(php): symfony/mailer unsupported sendmail command flags
1 parent ad9a124 commit 0f55a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr='${MAILHOG_HOST}:${MAILHOG_PORT}'"
1+
sendmail_path = "/usr/local/bin/mhsendmail -t --smtp-addr='${MAILHOG_HOST}:${MAILHOG_PORT}'"

0 commit comments

Comments
 (0)