Skip to main content
Skip table of contents

MAIL daemon

A newly created mail daemon has a set of properties that are used for the configuration of SMTP. They are described in detail here https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html.

Name of the propertyRequiredDefault valueExample valueDescription
mail.smtp.host(tick)
smtp.office365.comSMTP host name
mail.smtp.port(tick)
587SMTP port
mail.smtp.user(error)
robot@innoface.deUser name
mail.smtp.pass(error)
<password>Password
mail.smtp.auth(error)
false|trueuse SMTP authentication
mail.smtp.starttls.enable(error)
false|trueStartTLS
mail.smtp.userset(error)
false|trueUse RSET instead of NOOP to check the connection.


The following properties can also be used:

Name of the propertyRequiredDefault valueExample valueDescription
mail.from(tick)
robot@innoface.deSender of the emails

mail.scheduler

(error)30300 (30 minutes)Time in seconds that is waited after mail processing before checking again for mails to be sent.

Details on installing a mail daemon can be found here: Install daemons


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.