Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 4.55 KB

File metadata and controls

87 lines (58 loc) · 4.55 KB
description Database Mail Stored Procedures (Transact-SQL)
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.reviewer
ms.technology system-objects
ms.topic 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
author markingmyname
ms.author maghan

Database Mail Stored Procedures (Transact-SQL)

[!INCLUDE SQL Server - ASDBMI]

[!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

:::row::: :::column::: sp_send_dbmail

    [sysmail_add_account_sp](../../relational-databases/system-stored-procedures/sysmail-add-account-sp-transact-sql.md)

    [sysmail_add_principalprofile_sp](../../relational-databases/system-stored-procedures/sysmail-add-principalprofile-sp-transact-sql.md)

    [sysmail_add_profile_sp](../../relational-databases/system-stored-procedures/sysmail-add-profile-sp-transact-sql.md)

    [sysmail_add_profileaccount_sp](../../relational-databases/system-stored-procedures/sysmail-add-profileaccount-sp-transact-sql.md)

    [sysmail_configure_sp](../../relational-databases/system-stored-procedures/sysmail-configure-sp-transact-sql.md)

    [sysmail_delete_account_sp](../../relational-databases/system-stored-procedures/sysmail-delete-account-sp-transact-sql.md)

    [sysmail_delete_log_sp](../../relational-databases/system-stored-procedures/sysmail-delete-log-sp-transact-sql.md)

    [sysmail_delete_mailitems_sp](../../relational-databases/system-stored-procedures/sysmail-delete-mailitems-sp-transact-sql.md)

    [sysmail_delete_principalprofile_sp](../../relational-databases/system-stored-procedures/sysmail-delete-principalprofile-sp-transact-sql.md)

    [sysmail_delete_profile_sp](../../relational-databases/system-stored-procedures/sysmail-delete-profile-sp-transact-sql.md)

    [sysmail_delete_profileaccount_sp](../../relational-databases/system-stored-procedures/sysmail-delete-profileaccount-sp-transact-sql.md)

    [sysmail_help_account_sp](../../relational-databases/system-stored-procedures/sysmail-help-account-sp-transact-sql.md)
:::column-end:::
:::column:::
    [sysmail_help_configure_sp](../../relational-databases/system-stored-procedures/sysmail-help-configure-sp-transact-sql.md)

    [sysmail_help_principalprofile_sp](../../relational-databases/system-stored-procedures/sysmail-help-principalprofile-sp-transact-sql.md)

    [sysmail_help_profile_sp](../../relational-databases/system-stored-procedures/sysmail-help-profile-sp-transact-sql.md)

    [sysmail_help_profileaccount_sp](../../relational-databases/system-stored-procedures/sysmail-help-profileaccount-sp-transact-sql.md)

    [sysmail_help_queue_sp](../../relational-databases/system-stored-procedures/sysmail-help-queue-sp-transact-sql.md)

    [sysmail_help_status_sp](../../relational-databases/system-stored-procedures/sysmail-help-status-sp-transact-sql.md)

    [sysmail_start_sp](../../relational-databases/system-stored-procedures/sysmail-start-sp-transact-sql.md)

    [sysmail_stop_sp](../../relational-databases/system-stored-procedures/sysmail-stop-sp-transact-sql.md)

    [sysmail_update_account_sp](../../relational-databases/system-stored-procedures/sysmail-update-account-sp-transact-sql.md)

    [sysmail_update_principalprofile_sp](../../relational-databases/system-stored-procedures/sysmail-update-principalprofile-sp-transact-sql.md)

    [sysmail_update_profile_sp](../../relational-databases/system-stored-procedures/sysmail-update-profile-sp-transact-sql.md)

    [sysmail_update_profileaccount_sp](../../relational-databases/system-stored-procedures/sysmail-update-profileaccount-sp-transact-sql.md)
:::column-end:::

:::row-end:::

See Also

Database Mail