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.
What problem will this feature address?
Describe the solution you'd like
Add a flag in the
sendemail htmloptions 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.