Can I use xp_sendmail to send email from SQL Server without installing Microsoft Outlook?
You don't have to install Outlook on a SQL Server that uses SQL Mail. SQL Mail only requires that you load a Messaging API (MAPI)-compliant mail client on the server, and for better or worse, Outlook is the easiest client to use for SQL Mail. However, you can use any MAPI client.
I r...