Mail sent successfully
To :
{{ to_list }}
CC :
{{ cc_list }}
BCC :
{{ bcc_list }}
Subject :
{{ mail_subject }}
Content :
{{ mail_content }}
Note: Content will be shown here as a single line, but will be send correctly.{% extends 'base/base.html' %} {% block title %} {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}
{{ to_list }}
{{ cc_list }}
{{ bcc_list }}
{{ mail_subject }}
{{ mail_content }}
Note: Content will be shown here as a single line, but will be send correctly.