Thank you very much Brajesh for the changes.
Two things:
1.-I have seen that the email that is sended when a user is desactivated, do not use the information of the plugin “WP Change Default From Email”, only the email that is sended when a user is activated use the info of this plugin
2.-The emails that received the admin not use the info of the plugin “WP Change Default From Email”
Best regards
Thank you. We will need to test and update this week.
Regards
BrajeshOk. Please, advice me when you have it right.
Best regards
Hi Margrita,
The problem lies with the WP Change Default From Email plugin.It is hooking after “init” action, so any mail sent before that action won’t have the from/header updated.
Please ask the plugin developer to avoid hooking after “init” and it will work.
Regards
BrajeshMarking it as resolved since it is fixed from our end. Also 1.10 of the plugin is available which ads a ton of extra features.
I have asked to plugin developer WP Change Default From Email plugin, but they have not answer me 🙁
We are working on admin tools which should be available next month(End october), You can use our solution at that time 🙂 For now, I will suggest waiting for the author of the above plugin.
Hi Brajesh, do you have already the solution?
I have asked to plugin developer WP Change Default From Email plugin, but they have not answer me.
The emails are sended but using WordPress and the email wordpress@mydomain.com
Hi Margarita,
For now,
Please open “WCDFE.php” in the wp-change-default-email pluginand change line 64 from
add_action( 'init', array(&$this, 'init' ));
to
$this->init();
That should do it.
Regards
Brajesh
You must be logged in to reply to this topic.