What problem will this feature address?
- Writing long text email content (eg., 1000 characters long) directly in the command line (CLI) is tedious.
- This feature will also allow conveniently sending machine-generated output and logs (saved to text files) to emails.
Describe the solution you'd like
Add a flag in the sendemail text options to allow reading and sending text content from a file, eg.,
sendemail text -s "Subject Title" -f ./path/to/content.txt ...
Describe alternatives you've considered
This is a new feature. There's no current workaround since the CLI only allows manual input.
What problem will this feature address?
Describe the solution you'd like
Add a flag in the
sendemail textoptions to allow reading and sending text content from a file, eg.,sendemail text -s "Subject Title" -f ./path/to/content.txt ...Describe alternatives you've considered
This is a new feature. There's no current workaround since the CLI only allows manual input.