|
|
|
@ -31,7 +31,7 @@
|
|
|
|
$mail->Port = SMTP_PORT; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS`
|
|
|
|
$mail->Port = SMTP_PORT; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS`
|
|
|
|
|
|
|
|
|
|
|
|
//Recipients
|
|
|
|
//Recipients
|
|
|
|
$mail->setFrom(SMTP_USER, 'Signup Mailer');
|
|
|
|
$mail->setFrom(SMTP_USER, 'QatMaps');
|
|
|
|
$mail->addAddress($email, $name); //Add a recipient
|
|
|
|
$mail->addAddress($email, $name); //Add a recipient
|
|
|
|
//$mail->addAddress('ellen@example.com'); //Name is optional
|
|
|
|
//$mail->addAddress('ellen@example.com'); //Name is optional
|
|
|
|
$mail->addReplyTo(SMTP_USER, 'Information');
|
|
|
|
$mail->addReplyTo(SMTP_USER, 'Information');
|
|
|
|
|