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

{% trans 'Email Newsletters'%}

{% if request.user.is_superuser %}

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.

{% endif %}

MailChimp

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.

Constant Contact

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.

Campaign Monitor

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