Finalize ZMQ interface

This commit is contained in:
Yax 2018-01-20 11:56:14 +01:00
parent cfeabafefb
commit 64d836d7f9
2 changed files with 2 additions and 2 deletions

View file

@ -397,7 +397,7 @@ def rss(token, onstart=False):
def mail(to_email, subject, message):
zmsg = {
'topic': 'email:sendmail',
'topic': 'email:send',
'to': to_email,
'subject': subject,
'content': message