18.14. Element: QuickRev / Configuration / EmailClientSettings
|
Name |
Use |
Values |
Changeable via the QuickRev menu |
Description |
| Element |
EmailClientSettings
|
optional
|
Entry+ |
|
Configures the email client. Contains multiple Entry elements. |
| Element |
Entry
|
optional
|
string (the value of the key defined with attribute key)
|
yes |
Defines one email client option. |
| Attributes |
key
|
optional
|
string |
yes |
The name of the property. |
<?xml version="1.0" encoding="UTF-8"?>
<QuickRev configName="name">
<EmailClientSettings>
<Entry key="property-name">property-value</Entry>
<Entry key="mail.transport.protocol">smtp</Entry>
<Entry key="mail.host">your host name</Entry>
<Entry key="mail.smtp.auth">false</Entry>
</EmailClientSettings>
</Configuration>
</QuickRev>