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 & 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 & use of deprecated Sendinblue v2 API).
- 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
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 into Transifex.net service with all world Plone translators community.
Install collective.sendinblue
by adding it to your buildout:
[buildout] ... eggs = collective.sendinblue
and then running bin/buildout
This add-on is tested using Travis CI. The current status of the add-on is:
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
- 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
- Issue Tracker: https://github.com/collective/collective.sendinblue/issues
- Source Code: https://github.com/collective/collective.sendinblue
The project is licensed under the GPLv2.