/
Test Sending Email From Command Line

Test Sending Email From Command Line

Email can be tested using PowerShell to isolate issues from software trying to sent email.

  1. Open a PowerShell command prompt.

Test access to the port

Test-NetConnection -ComputerName email-smtp.us-west-2.amazonaws.com -Port 587

Good results look like:

ComputerName : email-smtp.us-west-2.amazonaws.com
RemoteAddress : 52.27.67.21
RemotePort : 587