Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown MailNew to Visual Studio Code? Get it now.
Markdown Mail

Markdown Mail

markruler

|
209 installs
| (1) | Free
Send markdown to mail
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Mail

Command >mdm: Send markdown to mail sends markdown file to mail.

Front Matter

Own mail server

This follows YAML front matter. For example, use double quotes to force a string.

---
host: mail.example.com
port: 25
from: from@example.com
to: to@example.com
subject: "[This] is email subject"
---

# Markdown Mail

Gmail

Turn on "Less secure app access". This setting is not available for accounts with 2-Step Verification enabled.

Less secure apps & your Google Account - Google Account Help

---
host: smtp.gmail.com
port: 587
from: from@gmail.com
to: to@example.com
subject: "[This] is email subject"
---

# Markdown Mail

Contributing

code mdm
rm -rf node_modules out
npm install
npm run pretest

Testing

npm test

In VS Code, press F5 to open a new window with your extension loaded.

References

  • Extension API
  • Your First Extention
  • Extension Anatomy
  • Extension Guides
  • Publishing Extensions
  • What is the Simple Mail Transfer Protocol (SMTP)?
    • ko-kr
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft