diff --git a/extension/Documentation/UsersManual/Index.rst b/extension/Documentation/UsersManual/Index.rst
index c766c13cc20f66f87c51796f347376676cd09840..35822afefed595b0db52fb377aa3d935073cdc83 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 5e252a995fd1ce3b6ab21ed9bcc9182a4c573cd6..97c3b7b7559cd9a33803ca1678be4ddace607900 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
 ---------