Metadata-Version: 2.1
Name: collective.sendinblue
Version: 1.0.5
Summary: Sendinblue integration for Plone
Home-page: https://github.com/collective/collective.sendinblue
Author: Laurent Lasudry
Author-email: laurent.lasudry@affinitic.be
License: GPL version 2
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
License-File: LICENSE.GPL
License-File: LICENSE.rst

=====================
collective.sendinblue
=====================

.. image:: https://travis-ci.org/collective/collective.sendinblue.svg?branch=1.x
    :target: https://travis-ci.org/collective/collective.sendinblue


This package provides Sendinblue_ integration for Plone.
It allows you to link your Plone site to your Sendinblue account via a new configuration section.
Then, you can add a portlet to allow visitors to subscribe to one of your list (you can choose which one).

Version 2.x are tested with Plone 5.2.x & Plone 6.0.

Version 1.x are tested with Plone 4.3.x.
The versions build from the branch 1.x will stay compatible with Plone 4.3.x.
Please note that they do not provide the full functionality (no redirection portlet).


.. _Sendinblue: https://sendinblue.com


Features
--------

- multiple accounts / lists support : you can link more than one Sendinblue account to your site
- archive link : you can provide an URL that points to archives (that you manage manually)
- reCaptcha on subscription portlet to avoid spammers


Translations
------------

This product has been translated into

- English
- French


Installation
------------

Install collective.sendinblue by adding it to your buildout::

    [buildout]

    ...

    eggs =
        collective.sendinblue


and then running ``bin/buildout``


To do
-----

- Add more tests
- If a Plone user is connected, use his email address to populate subscription portlet (default value)
- If a Plone user is connected, change the portlet form to a text if he's already subscribed


Contribute
----------

- Issue Tracker: https://github.com/collective/collective.sendinblue/issues
- Source Code: https://github.com/collective/collective.sendinblue


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Laurent Lasudry, laurent.lasudry@affinitic.be, Original Author
- Christophe Boulanger, christophe.boulanger@imio.be


Changelog
=========


1.0.5 (2022-06-10)
------------------

- Migrate to Sendinblue API v3 (#4)
  Warning: old api keys will be cleared (because v2 keys are not compatible)
  [laulaz]


1.0.4 (2020-01-29)
------------------

- Minor fixes & improvements
  [boulch, laulaz]

- Update buildout & packages to last Plone 4 version
  [laulaz]


1.0.3 (2018-08-23)
------------------

- Handle multiple lists for Sendinblue accounts
  [laulaz]


1.0.2 (2018-02-09)
------------------

- Add recaptcha field on subscription portlet
  [laulaz]


1.0.1 (2017-01-10)
------------------

- Fix typo in French
  [laulaz]

- Unpin Sendinblue (tested with 2.0.5.1)
  [laulaz]


1.0 (2016-11-25)
----------------

- Initial release.
  [laulaz]


