use mailaddress from settings

This commit is contained in:
Marcus "Chaosblog 2012-01-24 22:48:30 +01:00
parent 1f24884ef6
commit deceb5f7d1
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if not dry_run:
x = xmlrpclib.ServerProxy(config['xmlrpc_endpoint'])
x.metaWeblog.newPost(config['blog_id'], config['username'], passwd, page, True)
email = render.render_template('templates/email.txt', date, punt=punt)
email = render.render_template('templates/email.txt', date, punt=punt,mail=config['mail'])
if dry_run:
print email