This commit is contained in:
subashGamer21
2025-01-15 17:38:20 +05:45
parent 0120b29fd6
commit 8f9b77a9f9
23 changed files with 1519 additions and 1950 deletions

View File

@ -22,7 +22,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Gmail credentials
$gmailUser = 'subashgiri939@gmail.com'; // Replace with your Gmail address
$gmailPassword = 'bwso nqdm rlri dpmj'; // Replace with your Gmail app password
$gmailPassword = ''; // Replace with your Gmail app password
// Create a new PHPMailer instance
$mail = new PHPMailer(true);