< Microsoft SQL Server

First of all: SQL Server Mail does not depend on Extended Mapi.

Prerequesites for Database Mail:

  • Database Mail has to be enabled via the Surface Area Configuration Tool, Database Mail Configuration Wizard or the sp_configure[1].
  • Service Broker needs to be enabled in the Database Mail host database msdb
  • The Database Mail externals executables need access to the SMTP Server

Architecture

Four Components: Configuration Component, Messaging Component, Database Mail executable, Logging and auditing component.

The configuration components consists of a database Mail account and a Database Mail profile. The Database Mail account contains the information that SQL Server uses to send e-mail messages to the SMTP server, such as the SMTP server name, the authentication type, and the e-mail address.

References

  1. http://technet.microsoft.com/en-us/library/ms191207%28v=sql.105%29.aspx
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.