Test Exchange SMTP Relaying Using Powershell

From My Big Bad Wiki
Revision as of 14:06, 4 April 2014 by Admin (talk | contribs) (Created page with "Open Powershell and run the following (remember to switch out the To, From, and SmtpServer with legitimate addresses): Send-MailMessage -To whoever@address.com -From user@ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Open Powershell and run the following (remember to switch out the To, From, and SmtpServer with legitimate addresses):

Send-MailMessage -To whoever@address.com -From user@exchangeserveruser.com -Subject test -Body test -SmtpServer mail.exchangeserveruser.com