Beispiel #1
0
def send_HTML_email(subject, recipient, html_content, *args, **kwargs):
    kwargs['ga_track'] = kwargs.get(
        'ga_track', False) and analytics_enabled_for_email(recipient)
    return _send_HTML_email(subject, recipient, html_content, *args, **kwargs)
Beispiel #2
0
def send_HTML_email(subject, recipient, html_content, *args, **kwargs):
    return _send_HTML_email(subject, recipient, html_content, *args, **kwargs)
Beispiel #3
0
def send_HTML_email(subject, recipient, html_content, *args, **kwargs):
    return _send_HTML_email(subject, recipient, html_content, *args, **kwargs)