#author("2020-08-10T01:30:35+00:00","default:yusami","yusami") #author("2022-02-05T05:47:53+00:00","default:hotate","hotate") #contents &tag(メール); * [[Ruby]] [#ua7ec95a] * 送信 [#hd593f0e] ** [[Ruby]] [#ua7ec95a] - [[Rubyで日本語のメールを送る。 - こせきの技術日記>http://koseki.hatenablog.com/entry/20090328/rubymail]] * メールサーバ [#df7591b6] - [[メールをどこにも送らずHTMLで保存するSMTPサーバ mocksmtpd.rb - こせきの技術日記>http://koseki.hatenablog.com/entry/20081030/mocksmtpd]] ** MailCatcher [#g5e4aefe] ** [[Ruby]] [#g5e4aefe] - [[MailCatcher>https://mailcatcher.me/]] MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. - [[MailCatcher でメールの送受信をテストしよう - Qiita>https://qiita.com/nanasess/items/8194ae76c1b94c9a7bb9]] テスト用の SMTP サーバーとして使用可能 ** [[Python]] [#cf82e1f7] - [[Pythonでローカルでテストできる簡易SMTPサーバを立てる方法 - Qiita>https://qiita.com/vh5150/items/50d52cbcb9d7e55786b7]] python -m smtpd -n -c DebuggingServer localhost:8025 ** [[Node.js]] [#u5689ebd] - [[maildev/maildev: SMTP Server + Web Interface for viewing and testing emails during development.>https://github.com/maildev/maildev]] MailDev is a simple way to test your project's generated emails during development with an easy to use web interface that runs on your machine. Built on top of Node.js. * 関連 [#dff05f12] #taglist(tag=メール)