How can I test an SMTP server via telnet ?
Onderwerp: SMTP
Andere veelgestelde vragen over dit onderwerp Alle veelgestelde vragenAntwoord
telnet smtp.mailserver.com 25 helo me mail from:[email protected] rcpt to:[email protected] data This is a test . ===========
Here is yet another example with an image to show the whole process.
That is sufficient to send a test message on most mail servers. Telnet is a powerful tool for testing email and really comes in handy for isolating mail related issues.
Alternatively, use on online tool to do this
10812