diff options
Diffstat (limited to 'sample.esmtprc')
-rw-r--r-- | sample.esmtprc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sample.esmtprc b/sample.esmtprc new file mode 100644 index 0000000..a5343f2 --- /dev/null +++ b/sample.esmtprc @@ -0,0 +1,15 @@ +#set SMTP host and service (port) +hostname = localhost:25 + +# set the user name +username = "USERNAME" + +# set the password +password = "PASSWORD" + +# use the Starttls +#starttls = { enabled | disabled | required } + +# set the certificate passphrase +#certificate_passphrase = "CERTIFICATE_PASSPHRASE" + |