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.