change subject and body of test email
This commit is contained in:
parent
7b63a1060c
commit
e3abf15011
@ -61,8 +61,8 @@ if (isset($_POST) && !empty($_POST)){
|
|||||||
}
|
}
|
||||||
// send email IFF no NULL fields
|
// send email IFF no NULL fields
|
||||||
if ($usePort && $useEncryption && $recipient && $replyTo){
|
if ($usePort && $useEncryption && $recipient && $replyTo){
|
||||||
$body = 'This is a test message from the AB-GROUP PHP Email Port Tester PHP script. You may ignore this message.';
|
$body = 'This is a test message from the Simple PHPMailer Test Script. You may ignore this message.';
|
||||||
$subject = 'Test message from AB-GROUP Port Test Script';
|
$subject = 'PHPMailer Test-Script Message';
|
||||||
$mailResult = sendEmail($SMTP['timeout'], $SMTP['hostname'], $usePort, $useEncryption, $SMTP['username'], $SMTP['password'], $recipient, $replyTo, $body, $subject);
|
$mailResult = sendEmail($SMTP['timeout'], $SMTP['hostname'], $usePort, $useEncryption, $SMTP['username'], $SMTP['password'], $recipient, $replyTo, $body, $subject);
|
||||||
$output .= $mailResult['debug'];
|
$output .= $mailResult['debug'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user