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.Protocol | Outgoing 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.Port | Port used for Transport protocol |
Mail.IOP_mailsession.Properties= mail.smtp.connectiontimeout=5000;mail.smtp.auth=true | false;mail.smtp.ssl.checkserveridentity=true | false | Additional mail properties used for SMTP.(Use SMTPS if used over SSL) |
Mail.IOP_mailsession.Store.Protocol | Incoming mail protocol (POP3, POP3S, IMAP, or IMAPS) |
Mail.Reader.Enabled | Enables or disables the mail reader |
Mail.Reader.Folder=INBOX | Reads 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=900 | Interval for the server to check for incoming e-mail (in seconds) |
Mail.IOP_mailsession.Properties= mail.imap.connectiontimeout=5000;mail.imap.ssl.checkserveridentity=true | false | Additional mail properties used for POP3/IMAP.(Use POP3S/IMAPS if used over SSL) |