Add SMTP SSL support using Net::SMTP::SSL
[email-reminder.git] / examples / email-reminder.conf
blob6adc23d576795aa53e7e05ea26cc923549d4f84c
1 # /etc/email-reminder.conf
2 # Parameters for the send-reminders program
4 # Set to 0 to temporarily disable sending the emails out
5 # Default: 1
6 #send_reminders = 1 
8 # Server to use to send the emails out
9 # Default: localhost
10 #smtp_server = localhost
12 # Whether or not your SMTP server supports SSL
13 # Default: 0
14 #smtp_ssl = 0
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