SMTP/IMAPとはWhat is SMTP/IMAP?
SMTP(Simple Mail Transfer Protocol)はメールを送信するプロトコル、IMAP(Internet Message Access Protocol)はメールを受信・閲覧するプロトコルです。Captio式シンプルメモは、これらのプロトコルを直接使用せず、Cloudflare Workers + Resend APIによるリレー方式でメモを送信するため、SMTP設定は一切不要です。 SMTP (Simple Mail Transfer Protocol) sends email; IMAP (Internet Message Access Protocol) receives and reads email. Simple Memo bypasses these protocols entirely, using Cloudflare Workers + Resend API relay to send memos — no SMTP configuration required.
SMTP(Simple Mail Transfer Protocol)は、1982年にRFC 821で標準化されたメール送信プロトコルです。メールクライアントからメールサーバーへ、またはメールサーバー間でメッセージを転送します。IMAP(Internet Message Access Protocol)は、メールサーバー上のメールを閲覧・管理するプロトコルで、メールをサーバーに残したまま複数デバイスからアクセスできます。旧式のPOP3とは異なり、IMAPはフォルダ管理や部分ダウンロードをサポートします。
SMTP (Simple Mail Transfer Protocol), standardized in RFC 821 (1982), is the protocol for sending email — transferring messages from clients to servers and between servers. IMAP (Internet Message Access Protocol) is the protocol for reading and managing email on a server, enabling multi-device access while keeping messages on the server. Unlike the older POP3, IMAP supports folder management and partial downloads.
SMTP vs IMAP vs POP3SMTP vs IMAP vs POP3
シンプルメモがSMTP設定不要な理由Why Simple Memo Needs No SMTP
従来のメール送信アプリ(旧Captioなど)は、ユーザーのメールアカウントのSMTP サーバーに直接接続してメールを送信していました。そのためSMTPサーバー名(例:smtp.gmail.com)、ポート番号(587)、アプリパスワードの設定が必要でした。Captio式シンプルメモは、この方式を根本的に変えました。メモはCloudflare Workersに送信され、Resend APIを経由してメールとして配信されます。ユーザーが設定するのはメールアドレスだけ。6桁の確認コードで認証すれば設定完了です。 Traditional email-to-self apps (like the original Captio) connected directly to the user's SMTP server, requiring server names (e.g., smtp.gmail.com), port numbers (587), and app passwords. Simple Memo fundamentally changed this approach. Memos are sent to Cloudflare Workers, which relay them as email via the Resend API. Users only need to enter their email address and verify with a 6-digit code — setup done.
よくある質問(SMTP/IMAP)FAQ: SMTP/IMAP
SMTPとは何ですか?
メールを送信するためのインターネット標準プロトコルです。メールクライアントからメールサーバーへ、サーバー間でメールを転送します。
SMTPとIMAPの違いは?
SMTPは「送信」、IMAPは「受信・閲覧」のプロトコルです。IMAPはメールをサーバーに残したまま複数デバイスで閲覧できます。
シンプルメモはなぜSMTP設定が不要?
Cloudflare Workers + Resend APIを使ったリレー方式を採用しているため、ユーザーのSMTPサーバーに直接接続しません。メールアドレスの入力と6桁コード認証だけで設定完了です。
What is SMTP?
The internet standard protocol for sending email. It transfers messages from clients to servers and between servers.
What is the difference between SMTP and IMAP?
SMTP sends email; IMAP receives and reads email. IMAP keeps messages on the server for multi-device access.
Why doesn't Simple Memo require SMTP setup?
Simple Memo uses Cloudflare Workers + Resend API relay instead of connecting to the user's SMTP server. Just enter your email and verify with a 6-digit code.