Template: email-reminder/send_reminders
Type: boolean
Default: true
_Description: Run daily email-reminder cronjob?
 By default, email-reminder checks once a day for reminders that need
 to be sent out.

Template: email-reminder/smtp_server
Type: string
Default: localhost
_Description: SMTP server:
 Specify the address of the outgoing mail server that email-reminder
 should use to send its emails.

Template: email-reminder/smtp_username
Type: string
Default:
_Description: SMTP username:
 If the outgoing mail server requires a username, enter it here.
 .
 Leave this blank if the SMTP server doesn't require authentication.

Template: email-reminder/smtp_password
Type: password
Default:
_Description: SMTP password:
 If the outgoing mail server requires a password, enter it here.
 .
 Leave this blank if the SMTP server doesn't require authentication.

Template: email-reminder/smtp_ssl
Type: boolean
Default: false
_Description: Connect to the SMTP server using SSL?
 If the SMTP server supports SSL and you choose this option, data
 exchanged with it will be encrypted.

Template: email-reminder/mail_from
Type: string
Default: root@localhost
_Description: Reminder mails originating address:
 Reminder emails will appear to come from this address. The default
 should work unless the SMTP server requires routable domains in
 source addresses.
