Assembly name
Quark.Module.MailTicketer.dll
Description
Simple SMTP server implemented as a quark module. When started it will listen for mail messages on selected port.
Configuration
Default config
"mailTicketer":{
    "serverName": "Name for the SMTP server",
    "ports":[25, 587]
    "location": "location description",
    "subsystem": "Subsystem where this module is hosted"
}
| Setting | Default value | Notes | 
|---|---|---|
| serverName | null | Name for the SMTP server | 
| ports | int[] | Array of port numbers server will listen to |