jondoe0069
Member
I was using bd mails until I upgraded pas XF1. Now I can't get mailgun working with SMTP relay settings. It seems to auth fine to mailgun, but I get this error. I'm not even sure if it's an error. I don't see any logs on the mailgun side.
I'm using 587 / TLS. If I use any other port or protocol, I get a "connection rejected" error, so I assume this is right. I know my credentials are right as well, but if I use the wrong credentials, I still get the exact message as below. Maybe a setup on the mailgun side? I feel like this should be a lot easier to set up.
Use this tool to diagnose outbound mail transport issues.
Errors were encountered while trying to send the email.
Expand log details
++ Starting Swift_SmtpTransport
<< 220-server1.xxxx.com ESMTP Exim 4.91 #1 Sun, 05 May 2019 19:53:41 +0000
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
<< 250-server1.xxxx.com Hello xxxx.com[192.64.118.111]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
<< 220 TLS go ahead
I'm using 587 / TLS. If I use any other port or protocol, I get a "connection rejected" error, so I assume this is right. I know my credentials are right as well, but if I use the wrong credentials, I still get the exact message as below. Maybe a setup on the mailgun side? I feel like this should be a lot easier to set up.
Use this tool to diagnose outbound mail transport issues.
Errors were encountered while trying to send the email.
Expand log details
++ Starting Swift_SmtpTransport
<< 220-server1.xxxx.com ESMTP Exim 4.91 #1 Sun, 05 May 2019 19:53:41 +0000
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
> EHLO xxxx.com
<< 250-server1.xxxx.com Hello xxxx.com[192.64.118.111]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
> STARTTLS
<< 220 TLS go ahead