Can you adjust your theme to use the wp_mail() function instead of calling the php directly. When hosting on AWS you generally need to use SES or SMTP and not the php mail function. This is because the php mail function is very limited and often blocked on AWS. Plugins exist to make wp_mail() use smtp but not if the theme is calling the php directly.
Can you adjust your theme to use the wp_mail() function instead of calling the php directly. When hosting on AWS you generally need to use SES or SMTP and not the php mail function. This is because the php mail function is very limited and often blocked on AWS. Plugins exist to make wp_mail() use smtp but not if the theme is calling the php directly.
Hello Joshua, thanks for the feedback.
You are right, we will change this in on next update.
Unfortunately we just published one today.
It\'s a quick fix, open the coming_soon.php and on the line 21 change mail to wp_mail
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme