Beispiel #1
0
	def __init__(self):
		'''
		Constructor	
		'''
		Alert.__init__(self)  
		self._mailServer	= config.param['mailServer']		# The SMTP server.
		self._mailRecipient = config.param['mailRecipient']	 # The recipient for notification mails.  
		self._mailSender = config.param['mailSender']		   # The sender for notification mails. 
Beispiel #2
0
    def __init__(self):
        """
		Constructor
		"""
        Alert.__init__(self)