SMTP settings filled, but still uses default email send settings
-
Wordpress: 5.7.3
PHP: 7.3.27On the form’s notification settings, I only have the required fields filled. The from email field is empty, so it’s sending from the site admin email address.
All the SMTP settings are filled on the form.
Force from override: true
Host: smtp.office365.com
Encryption: SSL
Port: 587
Username and From Email Address are the same.
Username and Password are correct.
I don’t think it’s an SMTP issue because I’m able to send from that email via SMTP with nodemailer.Other issues I had:
Debug SMTP doesn’t seem to do anything for me. Nothing in the console, nothing on the form. I’m using text confirmation type.
Also, “test SMTP settings” doesn’t seem to test anything, it just updates the settings. I put in wrong values and it still updated them.A (potential?) request:
Since I haven’t been able to get the plugin to work, I don’t know if it does this already, but I would like to have a reply-to field. Will it use the reply-to field from the notification settings along with the from email address from the smtp settings, or will you have to add a reply-to field setting if I want to be able to set that?
- The topic ‘SMTP settings filled, but still uses default email send settings’ is closed to new replies.