Skip to content

Commit 668e17b

Browse files
committed
minor tweaks to mail config comments
1 parent be508a1 commit 668e17b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

sample-lightningTip.conf

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,18 @@
6868
# LightningTip can send you a notification via email when you get a tip
6969

7070
# Email address to which notifications get sent
71-
# If no mail address is set not notifications will be sent
71+
# If an email address is not set here, no notifications will be sent
72+
#
7273
# mail.email =
7374

74-
# SMTP server with according port
75+
# SMTP server with corresponding port
7576
#
7677
# If no server is set LightningTip will try to send the mail with the command "mail"
77-
# That command will work only on Linux
78+
# (this command will work only on Linux with mail tools installed)
79+
#
80+
# Format is <hostname>:<port>, e.g.
81+
# mail.server = localhost:25
82+
# mail.server = remote.server.tld:465
7883
#
7984
# mail.server =
8085

0 commit comments

Comments
 (0)