I am using Elementor form and PHP mail.
]]>However, on the websites where WP Mail SMTP has previously been installed the PHP mail() function doesn’t work. Some of our sites don’t require SMTP (they don’t have contact forms or anything like that), which is why we’re trying to remove the unnecessary plugin.
Is there any reason why the PHP mail() function shouldn’t following using WP Mail SMTP for around a year? The server is definitely configured for it as new build websites send messages fine.
]]>but when I click on submit, the email is sent twice …
I don’t why this happened
my code works fine in the localhost without duplicating the email … so I think the problem is not in my code
Note: I’m using PHPcode Snippet plugin in the WordPress to add the PHP code in my WordPress page
]]>i don’t have “Mail type” option in my Setting->General section!
Why?
Screenshot: https://ibb.co/8MrZMtp
]]>In an effort to get emails sending, I installed and activated WP Mail SMTP. After that, I got lost. I was able to get the messages to send using G Suite SMTP settings within the plugin, but that is unacceptable to the blog admins because it causes the contact form messages to come from my email address as the Super Admin. It appears that WP Mail SMTP allows sending emails from only one email address for the whole network.
I am the de facto admin for the network and all the subsites. However, each blog has its own named admin and that is the person who needs to receive the contact form submissions. Is this even possible? I’m having a hard time wrapping my head around this. Can someone possibly direct me on how to set this up in a way that hopefully makes everyone happy?
]]>My webhost assured me that I can use the php mail finction without any problems on their hosting platform, and it indeed seems to work fine (when I test it).
That would save me another plugin (SMTP plugin) to install.
So when the php mail function is working fine and is fully supported (also with a SPF-record) would you guys still use a SMTP plugin?
]]>