Last active
January 25, 2018 09:50
-
-
Save rusln/65a4c39a7e7183d9d61aa559717c52b8 to your computer and use it in GitHub Desktop.
[cs:Powershell] #powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# send mail | |
Send-MailMessage -To "user <[email protected]>" -From "user1 <[email protected]>" -Subject "Test mail" -Subject "subject" -Host "host" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment