Implemented SMTP settings from client side via script api.
diff --git a/README.rst b/README.rst
index c808f28..5c489d0 100644
--- a/README.rst
+++ b/README.rst
@@ -475,7 +475,7 @@
lbl_text: label-offline
append: false # set true for label append instead of replace
-SMTP server settings
+SMTP server settings from master
.. code-block:: yaml
@@ -488,6 +488,20 @@
password: "smtp-password"
port: 25
+SMTP server settings from client
+
+.. code-block:: yaml
+
+ jenkins:
+ client:
+ smtp:
+ host: "smtp.domain.com"
+ username: "user@domain.cz"
+ password: "smtp-password"
+ port: 25
+ ssl: false
+ reply_to: reply_to@address.com
+
Jenkins script approvals
.. code-block:: yaml