Hi, I would like to send emails to some real receivers. And wondering what is the best way to bypass mailhog and send emails via third party SMTP services.
So far I have installed a SMTP module in the Magento store (magento2-smtp) and have found the relevant config
in the file in .docker/config/php.ini and /usr/local/etc/php/php.ini in the container. I am not sure which value what should I change the sendmail_path to.
Any guidance or link to a blog would be appreciated! 😄
Hi, I would like to send emails to some real receivers. And wondering what is the best way to bypass mailhog and send emails via third party SMTP services.
So far I have installed a SMTP module in the Magento store (magento2-smtp) and have found the relevant config
in the file in
.docker/config/php.ini
and/usr/local/etc/php/php.ini
in the container. I am not sure which value what should I change thesendmail_path
to. Any guidance or link to a blog would be appreciated! 😄