Mail.php Debug Test

Simulated POST Data:

Array
(
    [amount] => 100
    [email] => test@example.com
    [password] => 123
)

Testing mail.php inclusion:

Output: '2026-03-08 09:38:12 SERVER -> CLIENT: 220-fin1.fleshdns.net ESMTP Exim 4.99.1 #2 Sun, 08 Mar 2026 15:08:12 +0530 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
2026-03-08 09:38:12 CLIENT -> SERVER: EHLO mail.rootxecomm.online
2026-03-08 09:38:12 SERVER -> CLIENT: 250-fin1.fleshdns.net Hello mail.rootxecomm.online [95.217.197.232]250-SIZE 52428800250-LIMITS MAILMAX=1000 RCPTMAX=50000250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250-STARTTLS250 HELP
2026-03-08 09:38:12 CLIENT -> SERVER: STARTTLS
2026-03-08 09:38:12 SERVER -> CLIENT: 220 TLS go ahead
2026-03-08 09:38:12 CLIENT -> SERVER: EHLO mail.rootxecomm.online
2026-03-08 09:38:12 SERVER -> CLIENT: 250-fin1.fleshdns.net Hello mail.rootxecomm.online [95.217.197.232]250-SIZE 52428800250-LIMITS MAILMAX=1000 RCPTMAX=50000250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250 HELP
2026-03-08 09:38:12 CLIENT -> SERVER: AUTH LOGIN
2026-03-08 09:38:12 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2026-03-08 09:38:12 CLIENT -> SERVER: [credentials hidden]
2026-03-08 09:38:12 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2026-03-08 09:38:12 CLIENT -> SERVER: [credentials hidden]
2026-03-08 09:38:12 SERVER -> CLIENT: 235 Authentication succeeded
2026-03-08 09:38:12 CLIENT -> SERVER: MAIL FROM:<info@jesmprinceecom.online>
2026-03-08 09:38:12 SERVER -> CLIENT: 250 OK
2026-03-08 09:38:12 CLIENT -> SERVER: RCPT TO:<test@example.com>
2026-03-08 09:38:12 SERVER -> CLIENT: 550-The mail server could not deliver mail to test@example.com. The account or550-domain may not exist, they may be blacklisted, or missing the proper dns550 entries.
2026-03-08 09:38:12 SMTP ERROR: RCPT TO command failed: 550-The mail server could not deliver mail to test@example.com. The account or550-domain may not exist, they may be blacklisted, or missing the proper dns550 entries.
2026-03-08 09:38:12 CLIENT -> SERVER: QUIT
2026-03-08 09:38:12 SERVER -> CLIENT: 221 fin1.fleshdns.net closing connection
SMTP Error: The following recipients failed: test@example.com: The mail server could not deliver mail to test@example.com. The account ordomain may not exist, they may be blacklisted, or missing the proper dnsentries.
Message could not be sent. Mailer Error: SMTP Error: The following recipients failed: test@example.com: The mail server could not deliver mail to test@example.com. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries. '

Output Length: 2634

File Check:

config.php - Exists: ✅, Readable: ✅

email.html - Exists: ✅, Readable: ✅

qtx.html - Exists: ✅, Readable: ✅

PHPMailer/PHPMailer.php - Exists: ✅, Readable: ✅

PHP Error Log:

No debug.log file found