Skip to content

Commit faaa7f3

Browse files
authored
Merge pull request #10203 from luizvitorf/patch-3
DatabaseMail - Display Name - Caractere "\"
2 parents 55661c3 + 2a4a19a commit faaa7f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/relational-databases/database-mail/configure-database-mail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ The following steps use SQL Server Management Studio (SSMS). Download the latest
151151
**Display name**
152152
Type the name to show on e-mail messages sent from this account. The display name is optional. This is the name displayed on messages sent from this account. For example, an account for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent can display the name "SQL Server Agent Automated Mailer" on e-mail messages.
153153

154+
If the display name contains backslash characters (`\`), you must escape them by using double backslashes (`\\`). For example, to display `SERVER\SQL`, enter `SERVER\\SQL` in the **Display Name** field. Single backslashes are interpreted as escape characters and won't appear in sent emails.
155+
154156
**Reply e-mail**
155157
Type the e-mail address that is used for replies to e-mail messages sent from this account. The reply e-mail is optional. For example, replies to an account for [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent can go to the database administrator, danw@Adventure-Works.com.
156158

0 commit comments

Comments
 (0)