I have SQL Server 2000 installed on Windows 2003 Server. We do not have SMTP installed on the box, so when creating a notification for a failed SQL Agent job, the email is not sent.
Is there a way to send out a notification without installing SMTP on the box?
With xp_sendmail of SQL 2000 you don’t need SMTP on the box, you need a MAPI Profile. see: How to configure a mail profile (Windows). In the MAPI profile used by SQL you can specify the prefered delivery options, eg. Exchange server conectivity, or the SMTP server used by the rest of your organization.
From KB 263556 INF: How to Configure SQL Mail: