Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.45 KB

File metadata and controls

30 lines (24 loc) · 1.45 KB
title Use Database Mail Instead of SQL Mail | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology security
ms.topic conceptual
helpviewer_keywords
Best Practices [Database Engine]
ms.assetid b08df7be-d8be-4184-a661-38ec0ac85cd1
author MikeRayMSFT
ms.author mikeray
manager craigg

Use Database Mail Instead of SQL Mail

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