Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.5 KB

File metadata and controls

33 lines (22 loc) · 1.5 KB

mail2note

Forward emails to your personal mail2note address and have them appear automatically in your vault as Markdown notes, complete with attachments.

Install

  1. Open Obsidian and go to Settings → Community plugins → Browse.
  2. Search for mail2note and select Install.
  3. Enable the plugin under Settings → Community plugins.

Configure

Open Settings → Community plugins → mail2note and fill in:

  • API key — copy your m2n_... key from the mail2note dashboard.
  • Target folder — vault folder where imported notes land (default: mail2note/). Start typing to autocomplete from existing folders.
  • Poll interval — how often the plugin checks for new notes (default: every minute).
  • Attachment folder — save attachments alongside the note or in a per-note subfolder.
  • Filename template — pattern for note filenames; supports {date}, {subject}, {message_id}.

You can also trigger an immediate sync via the ribbon icon or Command palette → mail2note: Sync now.

Privacy

  • The plugin only contacts https://mail2note.com.
  • Your API key and note contents are never logged or shared with any other service.
  • Notes and attachments are written only into the configured vault folder.
  • No telemetry is collected.

Links