1 # /etc/email-reminder.conf
2 # Parameters for the send-reminders program
4 # Set to 0 to temporarily disable sending the emails out
8 # Server to use to send the emails out
10 #smtp_server = localhost
12 # Whether or not your SMTP server supports SSL
16 # If your SMTP server requires you to login, set these variables:
17 #smtp_username = john@example.com
18 #smtp_password = 1l0v33ma1lr3m1nd3r
20 # Emails will appear to come from this address
21 # NOTE: Some SMTP servers require that this is a valid address
22 # Default: root@localhost
23 #mail_from = root@localhost