Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.61 KB

File metadata and controls

31 lines (25 loc) · 1.61 KB
title Use Database Mail Instead of SQL Mail | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology security
ms.topic conceptual
helpviewer_keywords
Best Practices [Database Engine]
ms.assetid b08df7be-d8be-4184-a661-38ec0ac85cd1
author VanMSFT
ms.author vanto

Use Database Mail Instead of SQL Mail

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] This rule checks the sys.configurations catalog view to determine whether the SQL Mail XPs server-wide configuration option is set to ON.

Best Practices Recommendations

SQL Mail will be removed in a future version of [!INCLUDEssNoVersion]. Avoid using this feature in new development work, and plan to modify applications that currently use this feature. To send mail, use Database Mail.

SQL Mail runs in-process to [!INCLUDEssNoVersion] service. If SQL Mail goes down, so does the server. Database Mail runs outside [!INCLUDEssNoVersion] in a separate process, is scalable, and does not require Extended MAPI client components to be installed on the production server.

For More Information

Database Mail

See Also

Monitor and Enforce Best Practices by Using Policy-Based Management