--- title: "Database Mail Stored Procedures (Transact-SQL)" description: "Database Mail stored procedures (Transact-SQL)" author: markingmyname ms.author: maghan ms.reviewer: randolphwest ms.date: 06/23/2025 ms.service: sql ms.subservice: system-objects ms.topic: "reference" 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" dev_langs: - "TSQL" --- # Database Mail stored procedures (Transact-SQL) [!INCLUDE [SQL Server - ASDBMI](../../includes/applies-to-version/sql-asdbmi.md)] [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] supports the following system stored procedures that are used to perform e-mail operations from within an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. ## Database Mail procedures :::row::: :::column::: [sp_send_dbmail](sp-send-dbmail-transact-sql.md) [sysmail_add_account_sp](sysmail-add-account-sp-transact-sql.md) [sysmail_add_principalprofile_sp](sysmail-add-principalprofile-sp-transact-sql.md) [sysmail_add_profile_sp](sysmail-add-profile-sp-transact-sql.md) [sysmail_add_profileaccount_sp](sysmail-add-profileaccount-sp-transact-sql.md) [sysmail_configure_sp](sysmail-configure-sp-transact-sql.md) [sysmail_delete_account_sp](sysmail-delete-account-sp-transact-sql.md) [sysmail_delete_log_sp](sysmail-delete-log-sp-transact-sql.md) [sysmail_delete_mailitems_sp](sysmail-delete-mailitems-sp-transact-sql.md) [sysmail_delete_principalprofile_sp](sysmail-delete-principalprofile-sp-transact-sql.md) [sysmail_delete_profile_sp](sysmail-delete-profile-sp-transact-sql.md) [sysmail_delete_profileaccount_sp](sysmail-delete-profileaccount-sp-transact-sql.md) [sysmail_help_account_sp](sysmail-help-account-sp-transact-sql.md) :::column-end::: :::column::: [sysmail_help_configure_sp](sysmail-help-configure-sp-transact-sql.md) [sysmail_help_principalprofile_sp](sysmail-help-principalprofile-sp-transact-sql.md) [sysmail_help_profile_sp](sysmail-help-profile-sp-transact-sql.md) [sysmail_help_profileaccount_sp](sysmail-help-profileaccount-sp-transact-sql.md) [sysmail_help_queue_sp](sysmail-help-queue-sp-transact-sql.md) [sysmail_help_status_sp](sysmail-help-status-sp-transact-sql.md) [sysmail_start_sp](sysmail-start-sp-transact-sql.md) [sysmail_stop_sp](sysmail-stop-sp-transact-sql.md) [sysmail_update_account_sp](sysmail-update-account-sp-transact-sql.md) [sysmail_update_principalprofile_sp](sysmail-update-principalprofile-sp-transact-sql.md) [sysmail_update_profile_sp](sysmail-update-profile-sp-transact-sql.md) [sysmail_update_profileaccount_sp](sysmail-update-profileaccount-sp-transact-sql.md) :::column-end::: :::row-end::: ## Related content - [Database Mail](../database-mail/database-mail.md)