XF 2.1 SendGrid and Bounce connection error

polle

Active member
SendGrid provides a user and password with the SMTP and sending mail works fine.

Using the same credentials for bounce is not working.

Code:
Bounce connection error: host doesn't allow connection
6 minutes ago src/vendor/zendframework/zend-mail/src/Protocol/Imap.php:100

Can anyone share how this should be configured?

Thanks.
 
Thats exactly my question.

Should I leave in SendGrid "USE THE FROM ADDRESS" or should I enter the email I have in "Bounced email address" in Xenforo?

Thanks.
 
I have this in xenforo.

Email transport method: SendGrid data / SSL
Bounced email address: my email address
Automated bounced email handler: SendGrid data / IMAP / SSL (Also tried POP3)

In SendGrid:

Using "USE THE FROM ADDRESS": Fails.
Using my email address: Fails.

So as far as I understand everything fails.

How can I fix it?

Thanks.
 
Top Bottom