mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 03:06:41 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Spik-en-span
This commit is contained in:
@@ -107,14 +107,14 @@ $mail = new PHPMailer(true);
|
||||
|
||||
try {
|
||||
$mail->isSMTP();
|
||||
$mail->Host = 'smtp.office365.com';
|
||||
$mail->Host = 'smtp.gmail.com';
|
||||
$mail->SMTPAuth = true;
|
||||
$mail->Username = 'ticketsopdracht@outlook.com';
|
||||
$mail->Password = 'olomnqcnvwfzsrky'; // Replace with the actual password or app-specific password
|
||||
$mail->Username = 'ilqvw2txgisiayx7ftcb@gmail.com';
|
||||
$mail->Password = 'uflc vzcy xmgd tfpz';
|
||||
$mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
|
||||
$mail->Port = 587;
|
||||
|
||||
$mail->setFrom('ticketsopdracht@outlook.com', 'Spik & Span');
|
||||
$mail->setFrom('ilqvw2txgisiayx7ftcb@gmail.com', 'Spik & Span');
|
||||
$mail->addAddress($email, $name);
|
||||
|
||||
$mail->isHTML(true);
|
||||
|
||||
Reference in New Issue
Block a user