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-08-03 19:02:25 +03:00
2015-08-13 11:44:33 +03:00
2021-01-27 09:46:33 +02:00