Mail providers
A mail provider is a service which provides e-mail hosting, often exposed via the SMTP protocol (i.e. an SMTP server) or as an API service. In Bizzkit Mail, the actual sending of e-mails is always going through a configured mail provider.
SMTP servers
Currently the only type of mail provider supported is SMTP servers. A mail provider set up as an SMTP server consists of:
- Mail provider id, used to uniquely identify the mail provider.
- Name, used as a user-friendly name.
- Host, the domain of the given server.
- Port, port of the given server.
- Basic authentication, in the form of multiple properties: 'Username', 'Password', 'Disable SSL'
- Connection timeout, how long Bizzkit Mail should await for a reply from the mail provider. Setting this too low can result in failed mails.
- Is active, used to flag if the mail provider is currently usable.