mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
- Specify min version for email hook
This commit is contained in:
parent
05498296e1
commit
35c43a2e42
1 changed files with 21 additions and 1 deletions
|
@ -1506,7 +1506,7 @@ Available types:
|
||||||
`rabbitmq` _(>= 3.2.0)_
|
`rabbitmq` _(>= 3.2.0)_
|
||||||
: Push the message to the rabbitmq server.
|
: Push the message to the rabbitmq server.
|
||||||
|
|
||||||
`email`
|
`email` _(>= 3.5.5)_
|
||||||
: Send an email notification to event attendees.
|
: Send an email notification to event attendees.
|
||||||
|
|
||||||
Default: `none`
|
Default: `none`
|
||||||
|
@ -1538,54 +1538,72 @@ Default: classic
|
||||||
|
|
||||||
##### smtp_server
|
##### smtp_server
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Address to connect to SMTP server.
|
Address to connect to SMTP server.
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
|
|
||||||
##### smtp_port
|
##### smtp_port
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Port to connect to SMTP server.
|
Port to connect to SMTP server.
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
|
|
||||||
##### smtp_security
|
##### smtp_security
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Use encryption on the SMTP connection. none, tls, starttls
|
Use encryption on the SMTP connection. none, tls, starttls
|
||||||
|
|
||||||
Default: none
|
Default: none
|
||||||
|
|
||||||
##### smtp_ssl_verify_mode
|
##### smtp_ssl_verify_mode
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
The certificate verification mode. Works for tls and starttls. NONE, OPTIONAL or REQUIRED
|
The certificate verification mode. Works for tls and starttls. NONE, OPTIONAL or REQUIRED
|
||||||
|
|
||||||
Default: REQUIRED
|
Default: REQUIRED
|
||||||
|
|
||||||
##### smtp_username
|
##### smtp_username
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Username to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
Username to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
|
|
||||||
##### smtp_password
|
##### smtp_password
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Password to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
Password to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
|
|
||||||
##### from_email
|
##### from_email
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Email address to use as sender in email notifications.
|
Email address to use as sender in email notifications.
|
||||||
|
|
||||||
Default:
|
Default:
|
||||||
|
|
||||||
##### mass_email
|
##### mass_email
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
When enabled, send one email to all attendee email addresses. When disabled, send one email per attendee email address.
|
When enabled, send one email to all attendee email addresses. When disabled, send one email per attendee email address.
|
||||||
|
|
||||||
Default: `False`
|
Default: `False`
|
||||||
|
|
||||||
##### added_template
|
##### added_template
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Template to use for added/updated event email body.
|
Template to use for added/updated event email body.
|
||||||
|
|
||||||
The following placeholders will be replaced:
|
The following placeholders will be replaced:
|
||||||
|
@ -1614,6 +1632,8 @@ This is an automated message. Please do not reply.
|
||||||
|
|
||||||
##### removed_template
|
##### removed_template
|
||||||
|
|
||||||
|
_(>= 3.5.5)_
|
||||||
|
|
||||||
Template to use for deleted event email body.
|
Template to use for deleted event email body.
|
||||||
|
|
||||||
The following placeholders will be replaced:
|
The following placeholders will be replaced:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue