when i try to send an e-mail using the mail(); function i get the following message:
Warning: Failed to Connect in d:\Server\apache\htdocs\dev\inc\functions.inc on line 26
Line 26 of the functions.inc file reads like this:
$mailsend = mail("$email", "$subject", "$body", "From: $from\r\nContent-type:text/plain");
Can someone help me out?