From 35c43a2e42ff640c6ec62f08a0d783a0d4809fad Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 3 Jul 2025 14:37:16 -0600 Subject: [PATCH] - Specify min version for email hook --- DOCUMENTATION.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index b020818f..be7fe021 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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: