Ejemplo n.º 1
0
class Notification(object):

    def __init__(self, *args, **kwargs):
        super(Notification, self).__init__()
        self._sender = SendCloud().email

    def send_wechat_notification(self):
        self._sender.send_email('*****@*****.**', subject='微信通知', html='有人给你的微信公众号留言了,快点去看看啊。')