##// END OF EJS Templates
Send mail notifications when an error different to ValueError has occurred
Miguel Valdez -
r689:450b0e936558
parent child
Show More
@@ -27,3 +27,7 VERSIONS:
27
27
28 2.1.4:
28 2.1.4:
29 -Sending error notifications to signal chain administrator
29 -Sending error notifications to signal chain administrator
30 -Login to email server added
31
32 2.1.4.1:
33 -Send notifications when an error different to ValueError is detected No newline at end of file
@@ -4,4 +4,4 Created on Feb 7, 2012
4 @author $Author$
4 @author $Author$
5 @version $Id$
5 @version $Id$
6 '''
6 '''
7 __version__ = "2.1.4" No newline at end of file
7 __version__ = "2.1.4.1" No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now