Showing posts with label Database Mail. Show all posts
Showing posts with label Database Mail. Show all posts

Monday, August 12, 2019

Sql Server: Send test email with Database Mail

In the previous article I have explained how to configure databasemail using wizard in Sql Server. Now in this article I am going to explain how we can send test email with Database mail from Sql Server.

We have 2 different ways to send test email. One using Management option and 2nd using system procedure.

Thursday, August 8, 2019

SQL SERVER: Configure Database Mail using wizard


Here in this article I am going to explain how to configure database mail using wizard in sql server.

As you know we can send email from Sql server. To send email from Sql server firstly we need to configure the database mail in Sql server. Kindly follow the below given steps to configure database mail in Sql server.