Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Marketing
  3. Customizable unsubscription process on mass mailing emails v 8.0
  4. Sales Conditions FAQ

Customizable unsubscription process on mass mailing emails

by Tecnativa https://github.com/OCA/social , Odoo Community Association (OCA) https://github.com/OCA/social
Odoo
v 8.0 v 9.0 v 10.0 v 11.0 v 12.0 Third Party 1198
Download for v 8.0
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • CRM (crm)
• Calendar (calendar)
• Social Network (mail)
• Website Builder (website)
Technical Name mass_mailing_custom_unsubscribe
LicenseAGPL-3
Websitehttp://www.antiun.com
Versions 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies • CRM (crm)
• Calendar (calendar)
• Social Network (mail)
• Website Builder (website)
Technical Name mass_mailing_custom_unsubscribe
LicenseAGPL-3
Websitehttp://www.antiun.com
Versions 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0

Customizable unsubscription process on mass mailing emails

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

It also displays a beautiful and simple unsubscription form when somebody unsubscribes, to let you know why and let the user unsubscribe form another mailing lists at the same time; and then displays a beautiful and customizable goodbye message.

Configuration

Unsubscription Message In Mail Footer

To configure unsubscribe label go to Settings > Technical > Parameters > System parameters and add a mass_mailing.unsubscribe.label parameter with HTML to set at the 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) does not exist, the default 'Click to unsubscribe' link will appear, with the advantage that it is translatable via Settings > Translations > Application Terms > Translated terms.

Unsubscription Reasons

You can customize what reasons will be displayed to your unsubscriptors when they are going to unsubscribe. To do it:

  1. Go to Marketing > Configuration > Unsubscription Reasons.
  2. Create / edit / remove / sort as usual.
  3. If Details required is enabled, they will have to fill a text area to continue.

Unsubscription Goodbye Message

Your unsubscriptors will receive a beautier goodbye page. You can customize it with these links after installing the module:

  • Unsubscription successful.
  • Unsubscription failed.

Usage

Once configured, just send mass mailings as usual.

If somebody gets unsubscribed, you will see logs about that under Marketing > Mass Mailing > Unsubscriptions.

Try me on Runbot

Known issues / Roadmap

  • This needs tests.

  • 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>
  • If you use the website_multi module, you will probably find that the views are not visible by default.
  • This module adds a security hash for mass mailing unsubscription URLs, which makes to not work anymore URLs of mass mailing messages sent before its installation. If you need backwards compatibility, disable this security feature by removing the mass_mailing.salt system parameter. To avoid breaking current installations, you will not get a salt if you are upgrading the addon. If you want a salt, create the above system parameter and assign a random value to it.
  • Security should be patched upstream. Remove security features in the version where https://github.com/odoo/odoo/pull/12040 gets merged (if it does).

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

  • Rafael Blasco <rafabn@antiun.com>
  • Antonio Espinosa <antonioea@antiun.com>
  • Jairo Llopis <yajo.sk8@gmail.com>

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 https://odoo-community.org.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
  • Ratings
  • Discuss
There are no ratings yet!
Qustion
by
Rado Vagas
on 7/4/16, 9:51 AM

Hello, Is it compatible your extension with 9.0 community ver?


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with