>> It’s just one word. Changing this should be a wp-config.php line. <<
Should be? Maybe. But it’s not. You’ll have to write some code. You can use an existing plugin or write one of your own with this guide: https://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/
Read that. Not what I want. I’d really like to see this resolved in a future WP update.
In the meantime, struck a compromise. Found this plugin on Github:
https://github.com/GPLChimp/simple-from-email-change-for-wordpress
Reviewed the single PHP page. It looks good. Download as Zip. Installed as Plugin. Configured and it worked.
Had some Wordfence popups I had to whitelist. But since the PHP looked good, I whitelisted.
If anyone else wants to peer review that PHP and comment here yay or nay, please do.
By installing an open source plugin ourselves, we don’t have to worry about bad code coming in a future update.
I had my sites infected because a plugin I trusted and loved for years updated with malware in it, consuming days of my time diagnosing and cleaning it up. It was doing page redirecting, but only on mobile, so I didn’t see it for a long time.
I’ll leave this unresolved a bit so people can comment on the PHP code in that plugin to verify it is safe.
-
This reply was modified 6 years, 4 months ago by
erik777.
>> By installing an open source plugin ourselves, we don’t have to worry about bad code coming in a future update. <<
The plugins on wordpress.org are fully open source so I’m not sure what you gain by grabbing one on Github that has not been reviewed by the plugins team. Anyhow, you’ve got your solution and that’s what matters.
What do you mean reviewed by the plugins team? I just shared to you a horror story of a plugin I obtained through your repository (wp-slimstat) that infected my server with malware. Took me a day just to figure out which plugin was the issue, which I confirmed online when there were a lot of posts saying that plugin suddenly had malware. So, can you explain how any other plugin is safer than that one?
I literally used it for at least 5 years to analyze log metrics. It was very robust. I had it on all my sites because it was so useful and trustworthy. It is not clear what happened that a great plugin just suddenly went bad, but can you please explain how “the plugins team” can ensure that it is impossible for that to ever happen again?
https://www.pcworld.com/article/2888011/over-a-million-wordpress-sites-at-risk-thanks-to-wp-slimstat-plugin.html
I love WP. But, if its developers and supporters can’t be realistic, objective and open about its vulnerabilities and limitations, then it is opening the doors to competition.