how to change the email so when people sign up to the blog they dont get a email from wordpress@example.com but they get it from one which i set.
how to change the email so when people sign up to the blog they dont get a email from wordpress@example.com but they get it from one which i set.
Go to your Dashboard/General/Options
and change teh Email address field that is labeled
"This address is used only for admin purposes"
nice one petit - i was wondering this exact thing myself - thanks
but is there no way u can change the wordpress@yourdomain.com
yeah - after petits suggestion didn't do what i was expecting, i looked around
in /wp-includes there is a file "pluggable functions"
Around Line 165 change:
"From: wordpress@"
in the line
"From: wordpress@". preg_replace('#^www.#', '', strtolower($_SERVER['SERVER_NAME']))
to whatever email name you want it to come from
eg From you@ or accounts@
This topic has been closed to new replies.