Add custom body line to formatted email

This commit is contained in:
JonnyWong16 2018-03-24 14:34:47 -07:00
parent f12de78370
commit 4aeafdae2d
7 changed files with 59 additions and 22 deletions

View file

@ -5636,7 +5636,9 @@ class WebInterface(object):
newsletter_agent = newsletters.get_agent_class(agent_id=newsletter['agent_id'],
config=newsletter['config'],
start_date=start_date,
end_date=end_date)
end_date=end_date,
subject=newsletter['subject'],
body=newsletter['body'])
preview = (preview == 'true')
master = (master == 'true')
raw = (raw == 'true')