I recently upgraded to 1.5, and since then, the comments made do not get sent to my email.
I have the option checked, and I have my correct email in the admin under options, and under my profile.
I searched the forum, only found a related topic for version 0.71.
any help is appreciated. thanks.
finalcut
Member
Posted 7 years ago #
i'm having the same problem. hopefully some can post a solution!
jokeofalltrades
Member
Posted 7 years ago #
Same here. For awhile, I was only getting emails telling me to moderate comments that needed no moderation, but now I'm not getting any emails. I'm using SpamKarma (the newest version) - I wonder if that's causing some sort of conflict?
search the forums. there is a way to get this to work because i had the same problem.
i'm pretty sure this was what you had to changein the functions.php file in your wp-includes directory:
change
@mail($to, $subject, $message, $headers, $more);
to
@mail($to, $subject, $message, $headers);
i'm pretty sure that is what solved my problem.
Shep - Is that for v1.2?
I searched the functions.php in v1.5 and could not find that line of code.
Thanks Ryan.
Only thing is that I'm having a hard time understanding how to read this and what to do with it. :(
also, i cannot seem to find that line of code in functions.php for v1.5.
anybody know the line number?
hey, im retarded. found it.
line 1598
so i changed the code, and comments are still not being emailed. :(
vigilant20
Member
Posted 7 years ago #
I've been having this problem all along. But NONE of the email functionality works. I always thought this was because I was hosting it on my PC. But this is a real problem in WP 1.5 where user registration requires email notification of the password.
I too stand at a standstill with this emial comments option - I have deleted the $more comment as well as made changes as mentioned in mosquito changesets 2365 and 2415 with no change -
I run 1.5 have a valid email address in the admin, my domain does support emails but I still have yet to receive any email from the Blog even the password recovery is not sending an email. Puzzled
Toaster
Member
Posted 7 years ago #
I had this problem, too. After adding the changes from Changeset 2365 and 2415 it was solved.
http://trac.wordpress.org/file/trunk/wp-includes/functions.php?rev=2365