Pēteris Caune f3af13654e
Refactor email sending functions to allow customization
For example, if we need to use a custom From: address,
we can now do:

    m = make_message("template-name", recipient, ctx)
    m.from_email = "...."  # customize here
    send(m)
2021-08-05 14:13:25 +03:00
..
2021-04-07 11:39:11 +03:00
2015-06-11 22:12:09 +03:00
2021-07-16 15:30:34 +03:00
2021-07-26 12:26:06 +03:00
2019-05-15 14:27:50 +03:00
2015-06-11 22:12:09 +03:00