Database Mail is a SQL Server feature that can be configured to automatically send an email in response to an event.
- Database Mail uses an SMTP server.
- To enable and configure Database Mail accounts and profiles use the Database Mail Configuration Wizard.
- SQL Server Agent caches the profile information for the specified profile. This allows SQL Server Agent to send e-mail in cases where the SQL Server instance becomes unavailable.
Configure Database Mail in SQL Server 2008