add user pluggin

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
zom
Posts: 4
Joined: Mon Mar 28, 2005 9:14 am

add user pluggin

Post 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 :?:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: add user pluggin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply