Hook into and send mail using WP Mail SMTP type plugin from HTML static front page?
You’re making it way more complicated than in needs to be. WP Mail SMTP is a plugin that allows you to have WP’s wp_mail() function send through an SMTP account instead of relying on the web server. You’re not, in this case, doing anything specific with WP Mail SMTP. What you’re going to do is … Read more