Dotfiles/bin/emails/send-from-mutt
2019-06-05 17:58:43 +01:00

4 lines
136 B
Bash
Executable file

#!/bin/sh
EMAIL=$(pass Email/protonmail | grep BridgeUsername | cut -d':' -f2)
~/.bin/emails/MIMEmbellish | msmtp --user "$EMAIL" "$@"