Path : /home/dent/public_html/demos2023/ |
Current File : /home/dent/public_html/demos2023/email.php |
<?php $to = "test-8v8w0s3lu@srv1.mail-tester.com"; // recipient $subject = "This is a test email"; $message = "Did this email go through?"; $test = mail($to, $subject, $message); echo "Was the mail sent? " . $test;