
echo:ai:9a500
send an email from the cli with neomutt
$ echo 'This is the body of the email' | neomutt -s 'Subject of the email' -- recipient@example.com
try on your machine
Sends an email using neomutt from the command line with the specified subject, body, and recipient
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 the cli with neomutt?