Answers for "send mail setttings magento mailhog"

PHP
0

mail sending setting magneto for mailhog

php -r "$from = $to = '[email protected]'; $x = mail($to, 'testing from php cli', 'Hello World', 'From: '. $from); var_dump($x);"
Posted by: Guest on October-25-2020
0

mail sending setting magneto for mailhog

Copysendmail_path = '/usr/local/bin/mhsendmail --smtp-addr="mailhog-cont:1025"'
sendmail_path = '/usr/local/bin/mhsendmail --smtp-addr="mailhog-cont:1025"'
Posted by: Guest on October-25-2020
0

mail sending setting magneto for mailhog

Copysendmail_path = '/usr/local/bin/mhsendmail --smtp-addr="mailhog-cont:1025"'
Posted by: Guest on October-25-2020

Browse Popular Code Answers by Language