Forums
-
- Forum
- Posts
-
- Installation
- 28,535
- Troubleshooting
- 62,772
- Themes
- 10,444
- Plugins
- 15,385
- Requests & Feedback
- 14,987
- Showcase
- 3,257
-
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?