Skip to content

Instantly share code, notes, and snippets.

@narthur
Last active March 24, 2022 08:16
Show Gist options
  • Save narthur/52d1cd2049d4ca5af2f3 to your computer and use it in GitHub Desktop.
Save narthur/52d1cd2049d4ca5af2f3 to your computer and use it in GitHub Desktop.
Send email attachment to multiple recipients using Mutt
a="address1@gmail.com, address2@gmail.com"
mutt -s "subject" -a file.pdf -- $a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment