3

I am a newbie in using SendGrid. I have a web application that send a mail to users after the successful registration. I am using send grid to send mails.

It works fine when I try to send Google email accounts. But when I send mails to Outlook email addresses, it always failed to deliver emails.

I checked the SendGrid 'Activity' section it shows like below.

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Ragesh P Raju
  • 3,879
  • 14
  • 101
  • 136
  • 1
    Hello, did you manage to solve it? I have the same problem. I have configured the domain and the problem still persists. I contacted sendgrid support and they tell me that it is because we use shared IPs and because of some users we are blacklisted. – Paco Zevallos Nov 28 '20 at 00:05
  • When I tried from Postman it is not receiving emails but from mobile app it is working, don't know the reason :) – Muhammad Shahzad Sep 01 '21 at 06:59

1 Answers1

3

You might need to setup domain authentication. This link should be a good place to start: https://sendgrid.com/docs/ui/account-and-settings/how-to-set-up-domain-authentication/

Outlook might have different firewall rules blocking incoming (potentially malicious) emails while GMail might have a different set of them.

halfer
  • 19,824
  • 17
  • 99
  • 186
Clyde D'Souza
  • 402
  • 2
  • 10