Are you using any plugin currently?
In the past I have used Jetpack plugin and that works amazing for email subscription. Take a look here:
https://jetpack.com/support/subscriptions/
See if you can switch to Jetpack – Its awesome 🙂
~Tanveer
No I did not, is it possible cause by NS naming? I am remember only set as http://www.domain.com as the domain name. Should I set using without www too?
Thanks
Describe a little more about your client website. Is there a theme that is being used for your client website? What’s the URL?
What about using Jetpack? Is that an option you could try?
Hi,
the url is: http://www.helmindonesia.com
Make me curios when I tried to put the code in function to change the email address:
add_filter('wp_mail_from', 'new_mail_from');
add_filter('wp_mail_from_name', 'new_mail_from_name');
function new_mail_from($old) {
return '[email protected]';
}
function new_mail_from_name($old) {
return 'John Doe';
}
is working like a charm without www, but when I switched back to the helmindonesia.com is revert back the sender email address still using http://www.helmindonesia.com
🙁
Still a little confused. Where is this function you have added ? Is it in one of the files is for your helmindonesia.com project ?
What about using jetpack as a plugin ? Are you even considering going down that path?
Yes that on the theme function. I tried the plugin mail sender too but still not working, the address still using www.
Let me try jetpack, I will back with update.
Thanks for reply