mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Consuelo
Forum Newbie
Posts: 4
Joined: Wed Oct 15, 2003 6:22 am

mail

Post by Consuelo »

this code doesnt seem to work
<?
mail("alaeatest@yahoo.com.au","ALAEA", "hello" );
?>

this is the error message

Warning: Server Error in c:\apache\htdocs\projectphpweek10\projectphp2\phptest\emailtest.php on line 5


is it something to do with my connection?
how can i check this?

thanks :)
User avatar
TLPD
Forum Newbie
Posts: 7
Joined: Mon Jun 30, 2003 10:14 am

hi

Post by TLPD »

you should check if your server support mailserver
Consuelo
Forum Newbie
Posts: 4
Joined: Wed Oct 15, 2003 6:22 am

how can i check this?

Post by Consuelo »

how can i check if the server supports mailserver?
Post Reply