Dotfiles/bin/.bin/emails/send-from-mutt
2019-07-30 14:06:10 +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" "$@"