Situatie
We need to test a mail address functionality on a new server.
We will follow the step bellow.
Backup
Not necessary.
Solutie
On the new server we will use the following Poweshell command in order to send a test email:
Send-MailMessage -SmtpServer “SMTP server” -To “Recipient address” -From “Sender address” -Subject “Subject example” -Body “Body example”
Tip solutie
PermanentImpact colateral
Not applicable.Plan de restaurare in caz de nefunctionare
Not necessary.
Leave A Comment?