Base solution for your next web application
Open Closed

Sendgrid smtp settings not working #4064


User avatar
0
ajayak created

Hi,

I have configured Sendgrid SMTP Account and updated the Email settings in AspNetZero as follows: SMTP Host: smtp.sendgrid.net SMTP Port: 587 Use SSL: False Username: {{My SMTP Username}} Password: {{My Password}}

When I try to send test mail to my email address, I get a notification that mail was sent successfully but I don't receive any email. Am I doing something wrong?


2 Answer(s)
  • User Avatar
    0
    strix20 created

    Those settings should be correct. (We use them, and SendGrid works fine for us.)

    It does take 10-15 minutes for mails do be delivered, though.

    Also, remember that, by default, emails are disabled in debug mode.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @strix20,

    It is probably because of this:

    Also, remember that, by default, emails are disabled in debug mode.