mail($Email, 'Registration Confirmation', $message, 'From: munchchoudhry@gmail.com'); ini_set("SMTP","localhost"); ini_set("SMTP_PORT", 25); ini_set("sendmail_from","munchchoudhry@gmail.com");
[mail function] ; For Win32 only. ; http://php.net/smtp SMTP = localhost ; http://php.net/smtp-port smtp_port = 25 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = munchchoudhry@gmail.com
localhost
mail
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)