diff --git a/Powershell/General Functions/Send-EmailNotification.ps1 b/Powershell/General Functions/Send-EmailNotification.ps1 index 4ac3523..0a252df 100644 --- a/Powershell/General Functions/Send-EmailNotification.ps1 +++ b/Powershell/General Functions/Send-EmailNotification.ps1 @@ -7,7 +7,6 @@ PSCredential objects. Additionally, this function ensures secure email transmission through the enforcement of SSL/TLS protocols for SMTP connections and by handling passwords exclusively as secure strings. It also supports sending emails with attachments and HTML content, catering to a variety of messaging needs. - .PARAMETER EmailUsername The username for the SMTP server.