Update admin/action/signup.php

This commit is contained in:
AcuGIS 2024-03-16 23:15:20 +00:00
parent 09bd3def82
commit 07493b36ee
1 changed files with 1 additions and 1 deletions

View File

@ -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');