<?xml version="1.0" encoding="UTF-8"?>
order of configuration is:
1.) project name and step name matches
2.) step name matches and project is *
3.) project name matches and step name is *
4.) project name and step name are *
<!-- which projects to use for (can be more then one, otherwise use *) -->
<smtpPassword>password</smtpPassword>
<!-- server configuration -->
<smtpServer>example.com</smtpServer>
<smtpUseStartTls>false</smtpUseStartTls>
<smtpUseSsl>true</smtpUseSsl>
<!-- displayed sender address -->
<!-- receiver, can be repeated -->
<messageSubject>subject text</messageSubject>
<messageBody>body <br /> <h1>with html</h1></messageBody>