{% extends "newsletters/base.html" %} {% load base_filters %} {% block title %} {{ block.super }}{% trans '3rd Party Newsletter Generator'%} {% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans 'Email Newsletters'%}

{% if request.user.is_superuser %} {% url 'admin:newsletters_newslettertemplate_changelist' as newsletter_changelist_url %} {% blocktrans with newsletter_changelist_url=newsletter_changelist_url %}

Tendenci supports generating HTML newsletters that can be copied into most 3rd party email newsletter providers. Go to Tendenci's Newsletter Templates see your templates and generate new email newsletters.

{% endblocktrans %} {% endif %}

{% trans 'MailChimp' %}

{% url 'profile.export' as profile_export_url %} {% blocktrans with profile_export_url=profile_export_url %}
MailChimp helps you to design email campaigns, share them on social networks, integrate with web services, manage subscribers, and track your results. More...

MailChimp is not integrated with Tendenci. To start, you can export users to MailChimp.
{% endblocktrans %}

{% trans 'Constant Contact' %}

{% url 'profile.export' as profile_export_url %} {% blocktrans with profile_export_url=profile_export_url %}
Constant Contact's email marketing is easy for you to connect with your customers, and for customers to share your message with their networks. More...

Constant Contact is not integrated with Tendenci. To start, you can export users to Constant Contact.
{% endblocktrans %}

{% trans 'Campaign Monitor' %}

{% blocktrans %} Campaign Monitor makes it easy for your to send beautiful email newsletters and manage your subscribers. More... {% endblocktrans %} {% if CAMPAIGNMONITOR_ENABLED %} {% else %}
{% trans "To set up campaign monitor, please contact support at 281-497-6567 ext. 411." %}
{% endif %}
{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}