Last updated: 2016-11-28
Description
The script sends several test emails to a configured SMTP host for test purposes (primarily Exchange queues, transport agents, or anti-virus engines).
Do not forget to adjust script variables to suit your local Exchange infrastructure.
Examples
# EXAMPLE 1# Send 10 normal emails.Send-TestMail.ps1 -Normal -MessageCount 10# EXAMPLE 2# Send an Eicar test email.Send-TestMail.ps1 -Eicar
Version History
- 1.0, Initial community release
Links
- Download and follow at Github: https://github.com/Apoc70/Send-TestMail
Follow
- Twitter @stensitzki