blob: 1e2e488183d54d22edb14d03cafe763d871eb9b4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
# Add your sendmail conf here
cat << ENDOFMUTTRC
# set realname='Mr. Example'
# set from="example@example.com"
# set sendmail="/usr/bin/msmtp --read-envelope-from"
# set pgp_sign_as=""
ENDOFMUTTRC
|