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