Reputation: 345
I'm trying to use SQL server database mail, but it's not sending any test emails.
here is my set up page:
Upvotes: 0
Views: 287
Reputation: 12804
Outlook SMTP requires SSL according to this article.
You need to check the "This server requires a secure connection (SSL)" box
Upvotes: 2