Skip to content

Latest commit

 

History

History
53 lines (47 loc) · 4.37 KB

File metadata and controls

53 lines (47 loc) · 4.37 KB
title Database Mail Stored Procedures (Transact-SQL) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine
ms.component system-stored-procedures
ms.reviewer
ms.suite sql
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
Database Mail [SQL Server], stored procedures
mail [SQL Server], stored procedures
e-mail [SQL Server], stored procedures
system stored procedures [SQL Server], mail
ms.assetid 3bdb0e6d-9d09-465e-9a3f-7a8ccd53aca8
caps.latest.revision 18
author stevestein
ms.author sstein
manager craigg

Database Mail Stored Procedures (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

[!INCLUDEmsCoName] [!INCLUDEssNoVersion] supports the following system stored procedures that are used to perform e-mail operations from within an instance of [!INCLUDEssNoVersion].

Database Mail Procedures

sp_send_dbmail sysmail_help_configure_sp
sysmail_add_account_sp sysmail_help_principalprofile_sp
sysmail_add_principalprofile_sp sysmail_help_profile_sp
sysmail_add_profile_sp sysmail_help_profileaccount_sp
sysmail_add_profileaccount_sp sysmail_help_queue_sp
sysmail_configure_sp sysmail_help_status_sp
sysmail_delete_account_sp sysmail_start_sp
sysmail_delete_log_sp sysmail_stop_sp
sysmail_delete_mailitems_sp sysmail_update_account_sp
sysmail_delete_principalprofile_sp sysmail_update_principalprofile_sp
sysmail_delete_profile_sp sysmail_update_profile_sp
sysmail_delete_profileaccount_sp sysmail_update_profileaccount_sp
sysmail_help_account_sp

See Also

Database Mail