:78 Function create_function() is deprecated [8192]

adding a few more comments and details about emailing capability

Marcelo Ponce [2019-08-25 16:51:01]
adding a few more comments and details about emailing capability
Filename
testing/testemail.sh
diff --git a/testing/testemail.sh b/testing/testemail.sh
index f1a75e4..35ccb39 100644
--- a/testing/testemail.sh
+++ b/testing/testemail.sh
@@ -10,9 +10,15 @@

 emailme() {
 # function to send emails, uses 3 arguments:
-	# arg.1: subject
-	# arg.2: message
-	# arg.3: email address (optional) as it will attempt to read it from the "RACS.config" file
+#   arg.1: subject
+#   arg.2: message
+#   arg.3: email address (optional), otherwise it will attempt to read it from the "RACS.config" file
+#
+# ** DISCLAIMER **
+# This functionality requires to have an emailer program --such as, "mail" or #
+# "sendmail"-- properly installed and configured to work.
+#
+#######

 	# file from where to read email address
 	configFile="RACS.config"
ViewGit