summaryrefslogtreecommitdiff
path: root/sample.esmtprc
blob: a5343f21a49d2c919e17398c2d57e62ff4d00f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"