There was an error while loading. Please reload this page.
1 parent be508a1 commit 668e17bCopy full SHA for 668e17b
sample-lightningTip.conf
@@ -68,13 +68,18 @@
68
# LightningTip can send you a notification via email when you get a tip
69
70
# Email address to which notifications get sent
71
-# If no mail address is set not notifications will be sent
+# If an email address is not set here, no notifications will be sent
72
+#
73
# mail.email =
74
-# SMTP server with according port
75
+# SMTP server with corresponding port
76
#
77
# If no server is set LightningTip will try to send the mail with the command "mail"
-# 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
83
84
# mail.server =
85
0 commit comments