Blog

By default, WordPress uses the PHP mail() function to send emails when necessary. These can be emails from contact forms, notifications, order confirmations, etc. Many email providers will mark messages sent this way as spam, so these messages may never reach their recipients.

To resolve the issue, you need to configure your WordPress to use SMTP instead of the PHP mail() function. SMTP uses proper authentication which leads to high deliverability of these emails

Published in Wordpress