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
| |