mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Update the comment header
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
Sends an email message
|
||||
.DESCRIPTION
|
||||
This script sends an email message.
|
||||
This PowerShell script sends an email message.
|
||||
.EXAMPLE
|
||||
PS> ./send-email
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
#>
|
||||
|
||||
$smtpServer = "smtp.example.com"
|
||||
|
Reference in New Issue
Block a user