Home
Testing SMTP
Testing SMTP | Testing SMTP |
|
|
|
If you've installed a SMTP server you can test it using telnet command. telnet 10.0.0.1 25 After that you will identify your station: HELO 10.0.0.2 To verify an address: VRFY This email address is being protected from spam bots, you need Javascript enabled to view it Send a message using telnet on port 25 MAIL From:< This email address is being protected from spam bots, you need Javascript enabled to view it > RCPT To:< This email address is being protected from spam bots, you need Javascript enabled to view it > DATA Hello George . QUIT
|

