Page 1 of 1
Comments aren't sent to me :-(
Posted: Thu Aug 12, 2004 8:44 pm
by Hilde
I set the Send mails to admin to 'yes' and still haven't received anything. Several comments have been made. WHat can I do?
Re: Comments aren't sent to me :-(
Posted: Fri Aug 13, 2004 9:53 am
by garvinhicking
Does your server support the php mail() command? Do you run any other PHP application on your server which successfully sends mails?
Erm...
Posted: Tue Sep 21, 2004 9:09 pm
by Hilde
I've been trying to change the admin email address in serendipity for about ten minutes now, it keeps bouncing back to the original email address which I will be discarding soon. Help!
Re: Erm...
Posted: Wed Sep 22, 2004 1:52 pm
by garvinhicking
Hi Hilde!
Maybe you need to login to s9y and there go to the usermanagement panel, there you can chang your mail adress. If that doesn'T work, try if you can see the same option in the configuration panel.
(Using serendipity 0.7-beta, that is)
If all fails, use phpMyAdmin or something similar to change it manually in your database:
UPDATE serendipity_authors SET email = '
hilde@yourhost.com';
UPDATE serendipity_config SET value = '
hilde@yourhost.com' WHERE name = 'email';
Good luck,
Garvin.
Posted: Thu Oct 07, 2004 5:26 pm
by Hilde
Hey Garvin,
It finally worked! *phew* wipes sweat off face...
Apparently it did take after the twentieth time I tried to change it, but it didn't tell me...
Thanks a million!
Hilde