Thread Starter
mlpa
(@mlpa)
Thanks but this seems a somewhat odd issue with forms not sending.
If I code up a php mail() and or wp_mail() form manually and submit entries then the form email sends using the native php mail and or WP Mail SMTP on default setting (which uses the same wp_mail/mail() functions. So we know WP can send email. WP Mail SMTP also sends a test email ok on default (not smpt) too BUT any WP Form submission is NOT sent, it says sent but doesn’t ever leave the server, captcha can be off, v2 or v3 makes no difference, no send and it makes no difference what sender/recipient addresses used, no send.
I’d like to use WP Form with or without WP Mail SMTP (php native or smtp) but I need to figure out why the basics aren’t working first.
Any ideas appreciated, thanks