Mail Settings

Table 6. Mail Settings and Descriptions

Setting

Description

Mail.Enabled

Enable/disable outgoing mail capability (true | false)

Mail.DefaultUser

Default account used for outgoing and incoming e-mails (both secure and nonsecure)

Mail.DefaultPassword

User’s password

Mail.DefaultHost

Mail hostname

Mail.DefaultDomain

Domain name for the mail server

Mail.DefaultSubjectPrefix

Prefixes the subject of outgoing e-mail

Mail.IOP_mailsession.Transport.ProtocolOutgoing mail protocol (SMTP and SMTPS)
Mail.IOP_mailsession.Transport.Host=${Mail.DefaultHost}Takes the value from Mail.DefaultHost, or you can override the setting with a different SMTP hostname
Mail.IOP_mailsession.Transport.User=${Mail.DefaultUser}Takes the value from Mail.DefaultHost’, or you can override
Mail.IOP_mailsession.Transport.Password=$ {Mail.DefaultPassword}Takes the value from Mail.DefaultHost’, or you can override
Mail.IOP_mailsession.Transport.PortPort used for Transport protocol
Mail.IOP_mailsession.Properties= mail.smtp.connectiontimeout=5000;mail.smtp.auth=true | false;mail.smtp.ssl.checkserveridentity=true | falseAdditional mail properties used for SMTP.(Use SMTPS if used over SSL)
Mail.IOP_mailsession.Store.ProtocolIncoming mail protocol (POP3, POP3S, IMAP, or IMAPS)
Mail.Reader.EnabledEnables or disables the mail reader
Mail.Reader.Folder=INBOXReads value from INBOX, or sets to a folder name
Mail.IOP_mailsession.Store.User=${Mail.DefaultUser}Takes the value from Mail.DefaultHost’, or you can override
Mail.IOP_mailsession.Store.Password=${Mail.DefaultPassword}Takes the value from Mail.DefaultHost’, or you can override
Mail.IOP_mailsession.Store.Host=${Mail.DefaultHost}Takes the value from Mail.DefaultHost’, or you can override
Mail.Reader.Interval=900Interval for the server to check for incoming e-mail (in seconds)
Mail.IOP_mailsession.Properties= mail.imap.connectiontimeout=5000;mail.imap.ssl.checkserveridentity=true | falseAdditional mail properties used for POP3/IMAP.(Use POP3S/IMAPS if used over SSL)