6 # Sender address (don't use "<...>"!)
7 EMAIL="your.address@example.org"
10 SUBJECT="Your signed key"
12 # Text to be included in the message body
14 Hi, here you are: your signed key.
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