1.0 version sending issues
Hi,
I just installed the plugin from the WP repository on a single and on a multisite install (network activated). The installs are local installs. This is my experience:
GLOBAL_SMTP_FROM and GLOBAL_SMTP_FROM_NAME are not defined:
- The login page's "new password" tool is not sending the email.
- The Check Email plugin is sending the email.
GLOBAL_SMTP_FROM and GLOBAL_SMTP_FROM_NAME are defined:
- The login page's "new password" tool is sending the email.
- The Check Email plugin is sending the email.
So I had to switch back to 2.0 version, this is working without defining GLOBAL_SMTP_FROM and GLOBAL_SMTP_FROM_NAME.
Can you fix it in the next version? I'm really looking forward to use this plugin from the WP repo and update it on my admin area.
Thank you!
Hi @Surbma
I have Global SMTP 1.0 network activated. All these methods are working for me:
- Check Email test.
- Lost password form
- Generating a new password in the dashboard sends a email notice that the password was changed.
- Tried 3 in the network dashboard as well as a site specific dashboard.
Any other idea how to reproduce the issue? Maybe there's another plugin modifying headers somewhere?
Hi,
just to confirm, did you defined GLOBAL_SMTP_FROM and GLOBAL_SMTP_FROM_NAME? Because the issue is only happening, when you didn't define them.
I was testing it on my live installs also, all are multisite installs. If I didn't defined GLOBAL_SMTP_FROM and GLOBAL_SMTP_FROM_NAME, than the lost password email was not sent.
I will try it on a fresh new install to see, if any plugin or theme can modify the headers and I will let you know my experience.