Email related helper
beat.web.utils.mail.
send_email
Send email based on the given templates and context information to the list of recipients using the sender address
subject_template (str) – Path to subject template
message_template (str) – Path the message template
context (dict) – context data for the renderer
recipients (list) – email address list of the email receivers
sender (str) – email address of the sender
build_elements
Build email elements to send