Page 1 of 1

add user pluggin

Posted: Mon Mar 28, 2005 9:18 am
by zom
I just installed serenpidity. Great job really !

But I have a little problem:
I have installed add new user pluggin. But I have a problem because e-mail to activate the account created are not send. There is no message error.

thanks for help :?:

Re: add user pluggin

Posted: Mon Mar 28, 2005 2:04 pm
by garvinhicking
Can you send simple mails via your server?

Try this php script:

Code: Select all

<?php
mail('your@mail.com', 'Subject', 'Testmail!');
?>
save it as 'mail.php' on your serendipity folder and browse to http://yourblog/serendipity/mail.php. Then you should receive a mail.

If you don't, you need to talk to your System Administrator and ask him to properly enable sendmail support in PHP.

Regards,
Garvin