-
Author
-
January 19, 2014 at 16:12 #9912scingallsParticipant
How do I change the wordpress from email? I’ve tried countless plugins, and numerous coding things, but it either stops sending the emails, or sends the emails from wordpress.
January 19, 2014 at 17:08 #9913scingallsParticipantNevermind, I figured it out. If you change the coding like so in the function.php folder…
add_filter(‘wp_mail_from’, ‘new_mail_from’);
add_filter(‘wp_mail_from_name’, ‘new_mail_from_name’);function new_mail_from($old)
{
return ‘your@email.com’;
}function new_mail_from_name($old)
{
return ‘Your Name or Your Website’;
}It works!
January 22, 2014 at 12:29 #10034AbeKeymasterThat is a much better way instead of a plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.February 25, 2014 at 21:31 #11445Gi-ShopParticipantwhere can i find the folder function.php? and what should i replace the code for?
Thanks for helping
March 1, 2014 at 00:13 #11646AbeKeymasterHi. Having the child theme activated inside child theme folder / functions.php
Just add it, nothing to replaceHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.June 5, 2015 at 04:28 #61109xsoftwebParticipantHello, i tried just this. I copied the code into my function.php file, when i updated the file, my website starts showing different errors. pease can you explain a better way to use the code or better solution to the issue.
Furthermore, i need to change the content of the email sent, the current one is telling the new user to click the url http://www.domain.com/wp-login.php. I don’t want this at all. I want a professional html email not something complicated to the user.
Please help to look into the issue as soon as possible.
Thanks
June 17, 2015 at 14:31 #63407AbeKeymasterPlease use a plugin for that. Search the web for something like this one https://wordpress.org/plugins/wp-change-default-email/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.