Your IP : 216.73.216.220


Current Path : /var/www/html/pub/
Upload File :
Current File : /var/www/html/pub/_testEmail.php

<?PHP

// the message
$msg = "First line of text\nSecond line of text";

// send email
print_r(mail("calvin.so@flipsdigital.com","My subject",$msg));