Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Debug/Monitor SMTP Communications?

Debug HTTP is easy, you have all sort of tools to do it (like Fiddler). What about SMTP?

How to Debug SMTP Communications?

My target system is Windows.


Suggested tools:

  • Ethereal
  • tcpdump
  • Microsoft Network Monitor
like image 210
Daniel Silveira Avatar asked May 19 '09 14:05

Daniel Silveira


1 Answers

You can use a SMTP development server, like Neptune or Antix. Both work the same way: they create a "fake" SMTP server in your machine so you can test your e-mail sending methods, without actually sending the messages they receive.

like image 65
Rodrigo Sieiro Avatar answered Sep 20 '22 14:09

Rodrigo Sieiro