Ejemplo n.º 1
0
 def onNewMessage(self):
     logger.info('You have new message(s)')
     send_mail("Steamgifts: new message(s)",
               'You have new message(s)')
Ejemplo n.º 2
0
 def onNewCreated(self):
     logger.info('Someone won your gift')
     send_mail("Steamgifts: Your gift has been won",
               'Someone won your gift')
Ejemplo n.º 3
0
 def onNewWon(self):
     logger.info('You won a gift congratulation')
     send_mail("Steamgifts: You win!!!!!!", 'You won a gift congratulation')
Ejemplo n.º 4
0
 def onNewMessage(self):
     logger.info('You have new message(s)')
     send_mail("Steamgifts: new message(s)", 'You have new message(s)')
Ejemplo n.º 5
0
 def onNewCreated(self):
     logger.info('Someone won your gift')
     send_mail("Steamgifts: Your gift has been won",
               'Someone won your gift')
Ejemplo n.º 6
0
 def onNewWon(self):
     logger.info('You won a gift congratulation')
     send_mail("Steamgifts: You win!!!!!!", 'You won a gift congratulation')