Direct Mail.php Test

Simulated POST Data:

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

Testing mail.php directly:


Output from mail.php:
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 220-fin1.fleshdns.net ESMTP Exim 4.99.1 #2 Sun, 08 Mar 2026 15:14:24 +0530 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: EHLO mail.rootxecomm.online<br>
2026-03-08 09:44:24 SERVER -&gt; 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<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: STARTTLS<br>
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 220 TLS go ahead<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: EHLO mail.rootxecomm.online<br>
2026-03-08 09:44:24 SERVER -&gt; 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<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: AUTH LOGIN<br>
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 334 VXNlcm5hbWU6<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: [credentials hidden]<br>
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 334 UGFzc3dvcmQ6<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: [credentials hidden]<br>
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 235 Authentication succeeded<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: MAIL FROM:&lt;info@jesmprinceecom.online&gt;<br>
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 250 OK<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: RCPT TO:&lt;test@example.com&gt;<br>
2026-03-08 09:44:24 SERVER -&gt; 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.<br>
2026-03-08 09:44:24 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.<br>
2026-03-08 09:44:24 CLIENT -&gt; SERVER: QUIT<br>
2026-03-08 09:44:24 SERVER -&gt; CLIENT: 221 fin1.fleshdns.net closing connection<br>
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.<br>
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 characters

⚠️ Output generated but no success code