Multiple choice technology databases

Does SQL Server 2005 support SMTP?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SQL Server 2005 supports email sending through Database Mail, which is a replacement for SQL Mail. Database Mail uses SMTP to send emails from the database server - you configure it with an SMTP server address and authentication, then use sp_send_dbmail to send messages. The 'True' answer correctly reflects that SQL Server 2005 has SMTP-based email capability built-in.