rohmann / global-smtp

WordPress Global SMTP
62 stars 27 forks source link

1.0 version sending issues #15

Open Surbma opened 9 years ago

Surbma commented 9 years ago

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:

  1. The login page's "new password" tool is not sending the email.
  2. The Check Email plugin is sending the email.

GLOBAL_SMTP_FROM and GLOBAL_SMTP_FROM_NAME are defined:

  1. The login page's "new password" tool is sending the email.
  2. The Check Email plugin is sending the email.
Surbma commented 9 years ago

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!

rohmann commented 9 years ago

Hi @Surbma

I have Global SMTP 1.0 network activated. All these methods are working for me:

  1. Check Email test.
  2. Lost password form
  3. Generating a new password in the dashboard sends a email notice that the password was changed.
  4. 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?

Surbma commented 9 years ago

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.