Update Readme.md

This commit is contained in:
2019-03-08 15:49:11 +01:00
committed by Thomas Oettli
parent 88cea0e127
commit bac3c728f2

View File

@@ -79,15 +79,15 @@ The following configuration options are mandatory in each quarantine section:
* **{EMAIL_HTML_TEXT}** * **{EMAIL_HTML_TEXT}**
Sanitized version of the e-mail text part of the original e-mail. Only harmless HTML tags and attributes are included. Images are replaced with the image set by notification_email_replacement_img option. Sanitized version of the e-mail text part of the original e-mail. Only harmless HTML tags and attributes are included. Images are replaced with the image set by notification_email_replacement_img option.
The following configuration options are mandatory for this notification type: The following configuration options are mandatory for this notification type:
* **notification_email_from** * **notification_email_from**
Notification e-mail from-address. Notification e-mail from-address.
* **notification_email_subject** * **notification_email_subject**
Notification e-mail subject. Notification e-mail subject.
* **notification_email_template** * **notification_email_template**
Notification e-mail template to use. Notification e-mail template to use.
* **notification_email_replacement_img** * **notification_email_replacement_img**
An image to replace images in e-mail. An image to replace images in e-mail.
### Actions ### Actions
@@ -109,10 +109,10 @@ The following actions are available:
A database whitelist will be used. All database types supported by peewee are available. A database whitelist will be used. All database types supported by peewee are available.
The following configuration options are mandatory for this whitelist type: The following configuration options are mandatory for this whitelist type:
* **whitelist_db_connection** * **whitelist_db_connection**
Database connection string (e.g. mysql://user:password@host:port). Database connection string (e.g. mysql://user:password@host:port).
* **whitelist_db_table** * **whitelist_db_table**
Database table to use. Database table to use.
## Developer information ## Developer information