20 May 2019

Send an email via PowerShell

Send-MailMessage -From 'Joe Bloggs <joe@example.com>' -To 'Jane Doe <jane@example.com>' -Subject 'Test email' -Body 'Test email.' -SmtpServer 'mail.example.com'

No comments:

Post a Comment