Hello
How can i edit the email that arrive to user when they register
the current email contains only the Username , Password and the link of the site
how can i add some words ?
Thanks
Hello
How can i edit the email that arrive to user when they register
the current email contains only the Username , Password and the link of the site
how can i add some words ?
Thanks
It's probably hacking core code; I don't really know, it's not something I've ever wanted to bother with.
V's correct - you have to hack core code.
http://wordpress.org/support/topic/63958?replies=2
Be sure and do what it says.
Hi Nadine (& everyone)
Did you manage to figure this out. I'd love to do the same and maybe even send out a html based email instead.
This seems to me like a basic requirement but I'm not having much joy at all.
I figured this out edit wp-includes/pluggable.php
around line 520 after site url add
$message .= sprintf((' add notification message: ')) . "\r\n";
yes this is hacking a core file but due to the lack of flexibly in WP, I have joined the many users who are strong supporters of hacking the files to suit your needs so hack away :)
This topic has been closed to new replies.