diff --git a/doc/CHANGELOG.TXT b/doc/CHANGELOG.TXT index 32bef403..026887e2 100755 --- a/doc/CHANGELOG.TXT +++ b/doc/CHANGELOG.TXT @@ -3,6 +3,9 @@ Version 2.2.5, released December xxth, 2002 - Improved speed for sending many email notifications - Added "Omit email to" option +- Added "Suppress Email to users" option +- Email recipients can now use subsitution like $name +- Added hierarchical logbooks Version 2.2.4, released December 12th, 2002 =========================================== diff --git a/doc/config.html b/doc/config.html index 4723a34c..3cd3171a 100755 --- a/doc/config.html +++ b/doc/config.html @@ -831,6 +831,7 @@ individual logbook sections, one has to log in to each logbook separately.
Use Email Subject = <string>
Use Email From = <string>
Omit Email To = 0|1
+Suppress Email to users = 0|1
@@ -840,8 +841,12 @@ of the configuration file. To submit an email based on an attribute value, use t
<list>. Whenever an entry is submitted where
attribute is equal to value, an email
notification is sent to the email addresses in list.
-Several mail addresses may be supplied, separated by commas. Multiple
-Email xxx statements may occur in a configuration
+Several mail addresses may be supplied, separated by commas. The mail addresses can
+contain attributes via the "$" substitution. If a logbook contains for
+example an attribute name which contains email names, then one can
+put $name@domain to form a valid email address.
+
+Multiple Email xxx statements may occur in a configuration
file. If either the attribute or the value contains one or more blanks the string
must be enclosed with quotation marks, as in:
@@ -856,9 +861,12 @@ attribute. For a full list of possible substitutions, see the
"Subst <attribute>" option. The option Use Email From = <string>
is used for the "from" field in the email. If the flag
Omit Email To is set to 1, the To: field in the email is
-left empty insted set to the real email address of the recipients. This can
+left empty instead set to the real email address of the recipients. This can
be useful if one recipient should not see the email addresses of the other recipients.
+The flag Suppress Email to users can be set to "1" if email should
+only be sent to the recipients of the Email <attribute> <value> = <list>
+statements but not to the users who have registerd for automatic email notification.
Home of the Electronic Logbook package by Stefan Ritt
-