We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb00da8 commit cf61511Copy full SHA for cf61511
Powershell/General Functions/Send-EmailNotification.ps1
@@ -15,7 +15,7 @@
15
The password for the SMTP server, should be passed as a secure string.
16
17
.PARAMETER Credential
18
- 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.
19
20
.PARAMETER From
21
The email address of the sender.
0 commit comments