add notify emails
This commit is contained in:
@@ -221,7 +221,7 @@ class camp_apply
|
||||
$mail->SMTPDebug = 0; // Enable verbose debug output
|
||||
$mail->isSMTP(); // Set mailer to use SMTP
|
||||
$mail->CharSet = PHPMailer::CHARSET_UTF8; // UTF-8
|
||||
$mail->Host = 'mail.livingsport.hu '; // Specify main and backup SMTP servers
|
||||
$mail->Host = 'mail.livingsport.hu'; // Specify main and backup SMTP servers
|
||||
$mail->SMTPAuth = true; // Enable SMTP authentication
|
||||
$mail->Username = 'notify@livingsport.hu'; // SMTP username
|
||||
$mail->Password = 'dpDiKSqU0V'; // SMTP password
|
||||
|
||||
Reference in New Issue
Block a user