I use the latest WAMP and i get this when i try to send emails:\[code\]Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\main\createaccount.php on line 8\[/code\]Message delivery failed...the message\[code\]$to = "[email protected]";$subject = "Hi!";$body = "Hi,\n\nHow are you?";if (mail($to, $subject, $body)) { echo("<p>Message successfully sent!</p>"); } else { echo("<p>Message delivery failed...</p>"); }\[/code\]Do you need do download a "mailserver" also?Please help.Thanks