Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Users dont receive password after registration

The email functions are in registration-functions.php in bb-includes.

The mail function doesnt do anything on sourceforge. I wrote a sample php file and ran it:

<html>

<body>

<?php

mail( ‘pravinp[at]gmail[dot]com’, “subject”, “message”, ‘From: pravinp[at]gmail[at]com’);

?>

</body>

</html>

And it didnt send me the email.

Anybody know how I can fix this?

Skip to toolbar