mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
Update Gmail SMTP settings in process_ticket.php
This commit is contained in:
@@ -109,8 +109,8 @@ try {
|
|||||||
$mail->isSMTP();
|
$mail->isSMTP();
|
||||||
$mail->Host = 'smtp.gmail.com';
|
$mail->Host = 'smtp.gmail.com';
|
||||||
$mail->SMTPAuth = true;
|
$mail->SMTPAuth = true;
|
||||||
$mail->Username = 'ilqvw2txgisiayx7ftcb@gmail.com'; // Replace with your Gmail address
|
$mail->Username = 'ilqvw2txgisiayx7ftcb@gmail.com';
|
||||||
$mail->Password = 'uflc vzcy xmgd tfpz'; // Replace with your Gmail app password
|
$mail->Password = 'uflc vzcy xmgd tfpz';
|
||||||
$mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
|
$mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
|
||||||
$mail->Port = 587;
|
$mail->Port = 587;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user