Start simple SMTP server on localhost:25 and print to standard output all email headers and the email body. Useful for debugging outgoing mail without configuring SMTP daemon in development enviroment.
1 | python -m smtpd -n -c DebuggingServer localhost:25
|
More like this
- the steps of migration using south in Django... by lockys 10 years, 2 months ago
- Virtualfish Hook by HubertGrzeskowiak 10 years, 5 months ago
- How to rename processes by diverman 13 years, 1 month ago
- Add CSRF token to templates by coleifer 13 years, 4 months ago
Comments
Please login first before commenting.