indigestion
๐ฅ CLI interface for creating and sending test emails to be used in terst automation
A CLI that provides a quick method for creating and sending test emails across test automation environments. It stores each email message as a JSON file in an emails directory, parsing common fields such as from, to, cc, bcc, subject, text, html, and attachments to build and send messages. A UI walks through creating new email files, selecting emails for deletion, and sending all emails, while a --email flag sends without the UI. SMTP server and authentication settings are kept in a personal userconfig.json file (git-ignored), and messages are sent using nodemailer.
Installation
Indigestion runs in Node.
-
Install NodeJS
-
Install Indigestion node_module dependencies:
npm install