To send email notifications you need to add the following settings to your config file:
#Using a company SMTP server (note only one can be define)
smtpHost = mail.example.com:25
emailFrom =
[email protected]
#Using Gmail with TLS and username/password
smtpHost = smtp.gmail.com:587
emailFrom ...