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)
-
0
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.
-
0
Thanks @strix20,
It is probably because of this:
Also, remember that, by default, emails are disabled in debug mode.