
neomutt:ai:26465
send an email from a file with neomutt
$ neomutt -s 'Subject of the email' -- body-file=${filename} recipient@example.com
try on your machine
This command sends an email using neomutt from a file with the specified subject and recipient. The body of the email is taken from the file.txt.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- send an email from a file with neomutt?