From 76850400cc07e89962104c06efff15bde9856f54 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Fri, 10 Mar 2017 16:23:09 +0100 Subject: [PATCH] index.rst,Release.txt: small uupdate, Doc detailed sendmail. --- extension/Documentation/UsersManual/Index.rst | 7 ++++++- extension/RELEASE.txt | 4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/extension/Documentation/UsersManual/Index.rst b/extension/Documentation/UsersManual/Index.rst index c766c13cc..35822afef 100644 --- a/extension/Documentation/UsersManual/Index.rst +++ b/extension/Documentation/UsersManual/Index.rst @@ -1586,7 +1586,12 @@ Situation 2: master.id=slave.xId (1:n) Type: sendmail ^^^^^^^^^^^^^^ -* Send mail(s) after saving the record. +* Send mail(s) will be processed after: + + * saving the record , + * processing all uploads, + * processing `afterSave` action `FormElements`. + * *FormElement.value*: Body of the email. diff --git a/extension/RELEASE.txt b/extension/RELEASE.txt index 5e252a995..97c3b7b75 100644 --- a/extension/RELEASE.txt +++ b/extension/RELEASE.txt @@ -18,8 +18,10 @@ Features * print.php * Install `wkhtmltopdf` on the webserver (http://wkhtmltopdf.org/). - * In config.qfq.ini setup BASE_URL_PRINT, WKHTMLTOPDF. + * In config.qfq.ini setup: + BASE_URL_PRINT=http://www.../ + WKHTMLTOPDF=/opt/wkhtmltox/bin/wkhtmltopdf Bug Fixes --------- -- GitLab