TheGroove
Well-known member
I've been troubleshooting this issue for a couple of days back and forth with moosend now and it looks like it's something with Xenforo.
When I test with moosend on SMTPer it successfully sends:
But when I attempt through Xenforo I get errors
Here is the error, I've tried several combinations with SSL and TLS but all throw errors when I attempt here.
When I test with moosend on SMTPer it successfully sends:
But when I attempt through Xenforo I get errors
Here is the error, I've tried several combinations with SSL and TLS but all throw errors when I attempt here.
++ Starting XF\Mail\SmtpTransport
<< 220 Moosend SMTP Service
> EHLO sitename.com
<< 250-PLSD007
250-PIPELINING
250-SIZE 550000000
250-STARTTLS
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250-DSN
250 AUTH PLAIN LOGIN
> STARTTLS
<< 220 Ready to start TLS.
> EHLO sitename.com
<< 250-PLSD007
250-PIPELINING
250-SIZE 550000000
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250-DSN
250 AUTH PLAIN LOGIN
> AUTH LOGIN
<< 334 VXNlck5hbWU6
> ZXJpYy5uLnRodXJiZXJAZ21haWwuY29t
<< 334 UGFzc3dvcmQ6
> I3ZARSpKalpNc2U0R1BV
<< 235 2.7.0 Authentication succeeded.
++ XF\Mail\SmtpTransport started
> MAIL FROM:<email address>
> RCPT TO:<email address>
> DATA
<< 250 OK.
<< 250 OK.
<< 354 Start mail input; end with <CRLF>.<CRLF>
.
<< 451 Object reference not set to an instance of an object.
!! Expected response code 250 but got code "451", with message "451 Object reference not set to an instance of an object.
" (code: 451)
!! Expected response code 250 but got code "451", with message "451 Object reference not set to an instance of an object.
"
Log data:
++ Starting XF\Mail\SmtpTransport
<< 220 Moosend SMTP Service
> EHLO sitenamecom
<< 250-PLSD007
250-PIPELINING
250-SIZE 550000000
250-STARTTLS
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250-DSN
250 AUTH PLAIN LOGIN
> STARTTLS
<< 220 Ready to start TLS.
> EHLO sitename.com
<< 250-PLSD007
250-PIPELINING
250-SIZE 550000000
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250-DSN
250 AUTH PLAIN LOGIN
> AUTH LOGIN
<< 334 VXNlck5hbWU6
> ZXJpYy5uLnRodXJiZXJAZ21haWwuY29t
<< 334 UGFzc3dvcmQ6
> I3ZARSpKalpNc2U0R1BV
<< 235 2.7.0 Authentication succeeded.
++ XF\Mail\SmtpTransport started
> MAIL FROM:<email>
> RCPT TO:<email>
> DATA
<< 250 OK.
<< 250 OK.
<< 354 Start mail input; end with <CRLF>.<CRLF>
.
<< 451 Object reference not set to an instance of an object.
!! Expected response code 250 but got code "451", with message "451 Object reference not set to an instance of an object.
" (code: 451) (code: 451)
++ Stopping XF\Mail\SmtpTransport
> QUIT
<< 221 <PLSD007> Service closing transmission channel.
++ XF\Mail\SmtpTransport stopped