Plone Add-on Gallery

collective.easynewsletter-combined-send

Coveralls Latest Version Supported - Python Versions

collective.easynewsletter-combined-send

Extend EasyNewsletter to send languages combined one email on top of each other. For now it only works well for one lange plus english version as alternative below. Because the text of the link is hard wired in the issuedatafetcher.

Features

  • If you sent a newsletter issue and have translated it into other languages, the issues will get the content of all translation and combined them in one newsletter issue.

Installation

Install collective.easynewsletter-combined-send by adding it to your buildout:

[buildout]

...

eggs =
    collective.easynewsletter-combined-send

and then running bin/buildout

Contribute

Support

If you are having issues, please let us know.

License

The project is licensed under the GPLv2.

Contributors

Changelog

1.5.7 (2022-06-03)

  • Fix translation of secondary languages more

1.5.6 (2022-06-03)

  • Fix translation of secondary languages

1.5.5 (2022-06-03)

  • Move english_version_below_link class to anker_link_wrapper

1.5.4 (2022-06-03)

  • fix linebreaking in english version below link

1.5.3 (2022-06-03)

  • fix html entity   being visible

1.5.2 (2022-06-03)

  • optimize merging of content

  • fixing linebreak in english version below link

1.5.1 (2022-06-01)

  • preserve lang order

1.5 (2022-06-01)

  • optimize english version below link

1.4 (2022-05-12)

  • include complete newsletter, not just aggregated content.

1.3 (2022-05-10)

  • Add CSS class to english_version_below_link

1.2 (2022-05-10)

  • cleanup and provide a link to alternative language below

1.1 (2022-02-10)

  • Improved merging of different language content parts. [MrTango]

1.0 (2022-02-08)

  • first stable release.

1.0b2 (2022-02-08)

  • Initial release. [MrTango]