You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fakesmtpd is a python module to create a fake SMTP server. The
server catches all outgoing messages and saves them to a
file. Messages are not sent to the recipients. The module is useful
for testing mail functionality of other systems.