タグ

smtpに関するnullpobugのブックマーク (5)

  • MailCatcher

    MailCatcher Fork me on GitHubLatest version: 0.8.0 (released Tuesday, 20th July 2021) Catches mail and serves it through a dream. MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.1:1080 to see t

  • GitHub - mailhog/MailHog: Web and API based SMTP testing

    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

    GitHub - mailhog/MailHog: Web and API based SMTP testing
    nullpobug
    nullpobug 2018/09/07
    開発用のメールサーバー
  • djangosnippets: SMTP sink server

    Author: twinsant Posted: March 9, 2007 Language: Python Version: Pre .96 Score: 41 (after 41 ratings) Download Raw In development, we need a SMTP Server to see the results of send mail via SMTP protocol in Python application. Instead of configure a mail daemon, we could use this little script to receive the SMTP request, and save each session into an EML file. *.eml could be viewed with your favor

  • Radish

    ●●●●お知らせ ※2007/11/25 Version 3.0.0-b038 公開  (3)POPサーバにおいて、強制的に改行を挿入するオプションの仕様を修正 >過去の修正履歴はこちら ●●●●Radishとは SMTP・POP3・DNSの3つのサーバ機能を持ったプログラムです。 公開・イントラネット用メールサーバ、若しくは、自分専用の送信SMTPサーバとして使用することができます。 ●●●●ドキュメント http://www.asahi-net.or.jp/~NM4M-KRD/Radish/doc/ ※黒田氏のご厚意により、Radishのドキュメントを作成していただいております。 まだ、作成途中であり、お手伝い募集との事です。 ●●●●サポート掲示板 Radishに関するサポート掲示板です。 ●●●●ダウンロード プログラム及びソースコードのダウンロードは、こちらです。 ●●●

  • Use telnet [telnetでメールを送信する]

    SMTP(Symple Mail Transfer Protocol)はメールの送信に使われる、その名の通りシンプルなプロトコルです。 telnetを使うことで、メーラーがサーバーとどのような通信をしてメールを送信しているのかが解ります。ここではtelnetを利用してSMTPサーバーに接続し、手動でメールを送信してみましょう。 »ページの先頭へ 基的な設定としては、「ローカルエコー」オン、「漢字コード」JIS漢字、「エミュレーション」VT-100/漢字です。 エンターキーを押下したときに送信するコードを変更できるクライアントをお使いの場合は、CRLFを送るようにしておきます。設定の仕方は[クライアントの設定・基操作]を参照して下さい。 設定できたら早速つないでみましょう。「接続」―「リモートシステム」を選んで下さい。標準ではSMTPのポート番号は25なので、それを使用します。 ここでは

  • 1