Add new environment variable SENDMAIL_ARGS to allow user to pass arguments to sendmai...
[pgp-tools.git] / gpg-mailkeys / example.gpg-mailkeysrc
1 # ~/.gpg-mailkeysrc
2
3 # Sender name
4 NAME="Your name here"
5
6 # Sender address (don't use "<...>"!)
7 EMAIL="your.address@example.org"
8
9 # Subject
10 SUBJECT="Your signed key"
11
12 # Text to be included in the message body
13 TEXT="
14 Hi, here you are: your signed key.
15
16 See you!
17 "
18
19 # You can add here whatever arguments you want to pass to sendmail.
20 # For example, if you use ssmtp, you may want to set your credentials this way
21 # SENDMAIL_ARGS="-au myusername -aps3cr3t"
22 # to authenticate to the smtp server with username myusername and password
23 # s3cr3t.
24 SENDMAIL_ARGS=""