-
Notifications
You must be signed in to change notification settings - Fork 0
CLI - send WYSIWYG (HTML) email content from a file #55
Copy link
Copy link
Open
Labels
featureMain project featureMain project feature
Description
What problem will this feature address?
- Writing long, complex WYSIWYG HTML content directly in the command line (CLI) is tedious.
Describe the solution you'd like
Add a flag in the sendemail html options to allow reading and sending WYSIWYG HTML content from a file, eg.,
sendemail html -s "Subject Title" -f ./path/to/wysiwyg.html ...
Describe alternatives you've considered
This is a new feature. There's no current workaround since the CLI only allows manual input.
Additional context
Ensure WYSIWYG HTML content sanitation when reading its contents from a file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureMain project featureMain project feature