Add new environment variable SENDMAIL_ARGS to allow user to pass arguments to sendmai...
[pgp-tools.git] / gpg-mailkeys / example.gpg-mailkeysrc
index 6a75b96aa99b22b8f439bc38d9706036cc77ad4e..e356ee4f714fb89e43927c9b8e85044b986f1df4 100644 (file)
@@ -15,3 +15,10 @@ Hi, here you are: your signed key.
 
 See you!
 "
+
+# You can add here whatever arguments you want to pass to sendmail.
+# For example, if you use ssmtp, you may want to set your credentials this way
+#     SENDMAIL_ARGS="-au myusername -aps3cr3t"
+# to authenticate to the smtp server with username myusername and password
+# s3cr3t.
+SENDMAIL_ARGS=""