Metadata-Version: 2.0
Name: collective.sendinblue
Version: 2.0.1
Summary: Sendinblue integration for Plone
Home-page: https://pypi.python.org/pypi/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 :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
Requires-Dist: Products.GenericSetup (>=1.8.2)
Requires-Dist: plone.api
Requires-Dist: setuptools
Requires-Dist: Sendinblue
Requires-Dist: plone.formwidget.recaptcha
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == 'test'
Requires-Dist: plone.testing (>=5.0.0); extra == 'test'
Requires-Dist: plone.app.contenttypes; extra == 'test'
Requires-Dist: plone.app.robotframework[debug]; extra == 'test'

=====================
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).
You can also add a portlet to simply redirect the user to your own Sendinblue subscription form (it will append user's email to your base url).

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

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).


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)
- optional reCaptcha on subscription portlet (not on redirection portlet) to avoid spammers


Limitations
-----------

Integration of Sendinblue account is limited to 50 lists (which is huge).
This is linked to official API limitation (batched lists) but could be improved later.

It has been developed on Plone 4.3 & Plone 5.2. No other versions were tested.


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

This product has been translated into

- English

- French.

- Spanish.

You can contribute for any message missing or other new languages, join us at 
`Plone Collective Team <https://www.transifex.com/plone/plone-collective/>`_ 
into *Transifex.net* service with all world Plone translators community.


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

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

    [buildout]

    ...

    eggs =
        collective.sendinblue


and then running ``bin/buildout``


Tests status
============

This add-on is tested using Travis CI. The current status of the add-on is:

.. image:: https://img.shields.io/travis/collective/collective.sendinblue/master.svg
    :target: https://travis-ci.org/collective/collective.sendinblue

.. image:: http://img.shields.io/pypi/v/collective.sendinblue.svg
   :target: https://pypi.org/project/collective.sendinblue


Contribute
==========

Have an idea? Found a bug? Let us know by `opening a ticket`_.

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


To do
-----

- Switch to SendinBlue API v3
- 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.

.. _Sendinblue: https://sendinblue.com
.. _Plone: https://plone.org/
.. _`opening a ticket`: https://github.com/collective/collective.sendinblue/issues


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

- Laurent Lasudry, laurent.lasudry@affinitic.be, Original Author
- Christophe Boulanger, christophe.boulanger@imio.be
- Leonardo J. Caballero G., leonardocaballero@gmail.com


Changelog
=========


2.0.1 (2022-01-28)
------------------

- Make captcha use optional in subscription portlet (for a11y)
  [laulaz]

- Get rid of includeDependencies for Plone 6 compatibility
  [laulaz]

- Add Transifex.net service integration to manage the translation process
  [macagua]

- Added Spanish translation
  [macagua]

- Updated gettext files support
  [macagua]

- Add placeholder to email fields
  This allows you to hide field label if you want to
  [laulaz]


2.0 (2020-01-29)
----------------

- Add new redirection portlet (to use custom subscription form)
  [boulch, laulaz]

- Migrate to Plone 5 & drop Plone 4 support
  [boulch, 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]


