Total Complexity | 0 |
Total Lines | 8 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | #!/usr/bin/python |
||
2 | # -*- coding: utf-8 -*- |
||
3 | from kuon.watcher.notifications.mail import Mail |
||
4 | |||
5 | if __name__ == "__main__": |
||
6 | mail = Mail() |
||
7 | mail.send_message('Mail Test', '<a href="https://imgur.com/a/Cdvt5">2B Nier Automata imgur album</a>') |
||
8 |