Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.54 KB

File metadata and controls

34 lines (28 loc) · 1.54 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.suite
ms.technology
dbe-cross-instance
ms.tgt_pltfrm
ms.topic article
helpviewer_keywords
Best Practices [Database Engine]
ms.assetid b08df7be-d8be-4184-a661-38ec0ac85cd1
caps.latest.revision 9
author JennieHubbard
ms.author jhubbard
manager jhubbard

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