Skip to content

Latest commit

 

History

History
 
 

mass_mailing_custom_unsubscribe

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

License: AGPL-3

Customizable unsubscribe link on mass mailing emails

With this module you can set a custom unsubscribe link append at bottom of mass mailing emails.

Configuration

To configure unsubscribe label go to Setting > Technical > Parameters > System parameters and add a 'mass_mailing.unsubscribe.label' parameter with html to set at bottom of mass emailing emails. Including '%(url)s' variable where unsubscribe link

For example:

<small>You can unsubscribe <a href="%(url)s">here</a></small>

Additionally, you can disable this link if you set this parameter to 'False'

If this parameter (mass_mailing.unsubscribe.label) is not set (or set to '') default 'Click to unsubscribe' link will appear. This default text is translatable via Settings > Translations > Application Terms > Translated terms

Usage

Try me on Runbot

Known issues / Roadmap

  • This custom html is not translatable, so as a suggestion, you can define the same text in several languages in several lines.

For example:

<small>[EN] You can unsubscribe <a href="%(url)s">here</a></small><br/>
<small>[ES] Puedes darte de baja <a href="%(url)s">aquí</a></small>

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback here.

Credits

Contributors

Maintainer

Odoo Community Association

This module is maintained by the OCA.

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

To contribute to this module, please visit http://odoo-community.org.