How to test mail functionality on a server

Configurare noua (How To)

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

Permanent

Impact colateral

Not applicable.

Plan de restaurare in caz de nefunctionare

Not necessary.

Voteaza

(17 din 44 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?