| 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 \n 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:< \n This email address is being protected from spam bots, you need Javascript enabled to view it > RCPT To:< \n This email address is being protected from spam bots, you need Javascript enabled to view it > DATA Hello George . QUIT |
| < Prev | Next > |
|---|

