Does SQL Server 2005 support SMTP?
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.