Exemple #1
0
 def sendNotifications(self):
     """ """
     e = Notification()
     template = self.notification.newsletter.raw
     e.send_email('*****@*****.**', '*****@*****.**', template)