From cf61511ef2ddbc38ac0d8cba586264af187fbf79 Mon Sep 17 00:00:00 2001 From: Blake Drumm Date: Tue, 30 Apr 2024 17:36:27 -0400 Subject: [PATCH] Add note for credential :safety_vest: --- Powershell/General Functions/Send-EmailNotification.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Powershell/General Functions/Send-EmailNotification.ps1 b/Powershell/General Functions/Send-EmailNotification.ps1 index 37010e5..de41521 100644 --- a/Powershell/General Functions/Send-EmailNotification.ps1 +++ b/Powershell/General Functions/Send-EmailNotification.ps1 @@ -15,7 +15,7 @@ The password for the SMTP server, should be passed as a secure string. .PARAMETER Credential - An optional PSCredential object that contains the user's credentials. + An optional PSCredential object that contains the user's credentials to authenticate to the SMTP server. .PARAMETER From The email address of the sender.