Not Receiving Form Submission (Your submission failed because of a server error)
-
The debugger shows the following error. “Mailer: Other SMTP
SMTP Error: The following recipients failed: [email protected]: Spoofing domains that you do not own to external recipients not allowed.Here is the debug output:
Debug Output:
Connection: opening to echo.mxrouting.net:587, timeout=30, options=array()
Connection: opened
SERVER -> CLIENT: 220 echo.mxrouting.net ESMTP Exim 4.98 Wed, 04 Dec 2024 17:38:58 +0000
CLIENT -> SERVER: EHLO kalathrishna.com
SERVER -> CLIENT: 250-echo.mxrouting.net Hello kalathrishna.com [161.35.232.182]
250-SIZE 52428800
250-LIMITS MAILMAX=100 RCPTMAX=150
250-8BITMIME
250-PIPELINING
250-PIPECONNECT
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
CLIENT -> SERVER: STARTTLS
SERVER -> CLIENT: 220 TLS go ahead
CLIENT -> SERVER: EHLO kalathrishna.com
SERVER -> CLIENT: 250-echo.mxrouting.net Hello kalathrishna.com [161.35.232.182]
250-SIZE 52428800
250-LIMITS MAILMAX=100 RCPTMAX=150
250-8BITMIME
250-PIPELINING
250-PIPECONNECT
250-AUTH PLAIN LOGIN
250 HELP
CLIENT -> SERVER: AUTH LOGIN
SERVER -> CLIENT: 334 VXNlcm5hbWU6
CLIENT -> SERVER: [credentials hidden]
SERVER -> CLIENT: 334 UGFzc3dvcmQ6
CLIENT -> SERVER: [credentials hidden]
SERVER -> CLIENT: 235 Authentication succeeded
CLIENT -> SERVER: MAIL FROM:
SERVER -> CLIENT: 250 OK
CLIENT -> SERVER: RCPT TO:
SERVER -> CLIENT: 550 Spoofing domains that you do not own to external recipients not allowed
SMTP ERROR: RCPT TO command failed: 550 Spoofing domains that you do not own to external recipients not allowed
CLIENT -> SERVER: QUIT
SERVER -> CLIENT: 221 echo.mxrouting.net closing connection
Connection: closed
SMTP Error: The following recipients failed: [email protected]: Spoofing domains that you do not own to external recipients not allowed
- You must be logged in to reply to this topic.