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)_
|
||||
: Push the message to the rabbitmq server.
|
||||
|
||||
`email`
|
||||
`email` _(>= 3.5.5)_
|
||||
: Send an email notification to event attendees.
|
||||
|
||||
Default: `none`
|
||||
|
@ -1538,54 +1538,72 @@ Default: classic
|
|||
|
||||
##### smtp_server
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Address to connect to SMTP server.
|
||||
|
||||
Default:
|
||||
|
||||
##### smtp_port
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Port to connect to SMTP server.
|
||||
|
||||
Default:
|
||||
|
||||
##### smtp_security
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Use encryption on the SMTP connection. none, tls, starttls
|
||||
|
||||
Default: none
|
||||
|
||||
##### smtp_ssl_verify_mode
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
The certificate verification mode. Works for tls and starttls. NONE, OPTIONAL or REQUIRED
|
||||
|
||||
Default: REQUIRED
|
||||
|
||||
##### smtp_username
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Username to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
||||
|
||||
Default:
|
||||
|
||||
##### smtp_password
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Password to authenticate with SMTP server. Leave empty to disable authentication (e.g. using local mail server).
|
||||
|
||||
Default:
|
||||
|
||||
##### from_email
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Email address to use as sender in email notifications.
|
||||
|
||||
Default:
|
||||
|
||||
##### mass_email
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
When enabled, send one email to all attendee email addresses. When disabled, send one email per attendee email address.
|
||||
|
||||
Default: `False`
|
||||
|
||||
##### added_template
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Template to use for added/updated event email body.
|
||||
|
||||
The following placeholders will be replaced:
|
||||
|
@ -1614,6 +1632,8 @@ This is an automated message. Please do not reply.
|
|||
|
||||
##### removed_template
|
||||
|
||||
_(>= 3.5.5)_
|
||||
|
||||
Template to use for deleted event email body.
|
||||
|
||||
The following placeholders will be replaced:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue