Skip to content

Instantly share code, notes, and snippets.

@sogaoh
Created November 13, 2015 06:28
Show Gist options
  • Save sogaoh/d910256dcf6e69cf11fb to your computer and use it in GitHub Desktop.
Save sogaoh/d910256dcf6e69cf11fb to your computer and use it in GitHub Desktop.
dummy_smtp
  • バックグラウンドでダミーSMTPサーバー起動

    • nohup python -m smtpd -n -c DebuggingServer localhost:1025 > /var/log/DebuggingServer &
  • DebuggingServer に出しているメール内容を文字化けなしで見る

    • tailf DebuggingServer | nkf -u -w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment