Hello,
I've set up my WordPress to send an e-mail whenever someone writes a comment to my posts or pages. I'm actually using it just for pages.
However it's not working properly:
- When I set it to moderate comments, it correctly sends e-mails to the address I specify at the WP General Settings page, which is webmaster@mydomain.com. That's working fine.
- However, when I set it to not moderate comments (just notify me by e-mail), it sends e-mails to mylogin@mydomain.com, where mylogin is my unix account name at my hosting provider. It doesn't send it to webmaster@mydomain.com, which is what I specify in the General Settings page.
Is it a bug? I'm familiar with php. Where can I look in the codebase to try to fix it?
Thanks
Eduardo