Email Config
Any email account that need to be used must be configured at deployment. Each mail box configuration as grouped as alias. So all the properties must have alias name in the prop name. With the help of
Prop Name | Prop Value | Rules / Info |
---|---|---|
email.[alias name].username | User name for the Email Account | |
email.[alias name].password | Password for the email account | |
email.[alias name].host | Host URL | |
email.[alias name].port | Port Number | |
email.[alias name].protocol | Email retrieving protocol | imaps,pop3s,smtp |
email.[alias name].mailbox | Mailbox name. | Optional. Default will be inbox |
email.[alias name].folder | Folder name. | Used for reading emails only. Default value is inbox |
email.[alias name].msgformat | Message Body Format | Options: text or html |
Last updated