Last active
March 24, 2022 08:16
-
-
Save narthur/52d1cd2049d4ca5af2f3 to your computer and use it in GitHub Desktop.
Send email attachment to multiple recipients using Mutt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a="[email protected], [email protected]" | |
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