My setup is as follows:
My problem is, whenever I try to send some transactional email via SendGrid to one of my business addresses I get the messages blocked with the following notification from SendGrid:
error dialing remote address: dial tcp <SOME_IP_HERE>:0-><ANOTHER_IP_HERE>:25: i/o timeout
I reckon the issue might me sending and receiving the email from the same domain, however, I have no idea how to tackle this. What should I do?
It turns out it was an issue with anty-spoof filter on my business email. I turned it off and it all works now.