Top
New to MailBeez? Start learning the basics
Advanced Module - Version 4.310 updated 28. Feb. 2024

Advanced Opt-Out with Admin


Get this Module as part of following plans:

Start Up

S M L

Business

S M L

Enterprise

S M L

 

About This Module

This module enhances the default Opt-Out handling which is already built into MailBeez by allowing you to adjust customer Opt-Out settings by manually editing which of your customers will receive Mailbeez generated emails. And it can all be done from within your store’s admin! With this module, you can:

  • Insert “block all” links into your email templates, allowing customers to choose between blocking specific emails and blocking all MailBeez generated emails
  • Manually unblock customers who opt-out via accidental click
  • Disable opt-out for selected modules – for example, payment reminder emails
  • Manually block and unblock a customer on a per module basis
  • Manually block and unblock a customer on a global basis

Features

The Advanced Opt-Out with admin covers following featres

the following code is already integrated in the latest responsive main templates

Opt-Out all MailBeez Emails

Introducing the template var {$block_all_url} allows you to add a new link to your email footer:

<a href="{$block_url}">no more emails like this</a> | 
<a href="{$block_all_url}">no ore emails at all</a>

Disable opt-out for selected modules

for some modules, e.g. payment reminders you don't want to allow customers to block these emails. Using the following code these emails will not provide the opt-out links:

{if $noblock}
   You can not block this notification
{else}
   <a href="{$block_url}">no more emails like this</a> | 
   <a href="{$block_all_url}">no ore emails at all</a>
{/if}

Opt-Out Administration

In some cases you might want to manually block - or unblock - a customer. The MailBeez Opt-Out Admin panel allows you to quickly find the customer and perform the necessary action:

Import of blacklist

Are you having email-addresses to block from external systems? This new feature allows you to easily block the matching customers.

  • Pasted Email-Addresses you want to block into the input field – one address per line
  • Select the modules to block
  • the Email-Addresses are processed against your customer-table and the matching customers are blocked

Installation and configuration are fast and easy! Installation instructions are included in the download package.


Compatibility
This module is compatible with following shop systems

Gambio GX2/GX3/GX4

Modified-Shop 1.x/2.x/3.x

ZenCart 1.3.x/1.5.x

osCommerce 2.x

MailBeez.io API V2


Changelog

v4.3.10

24.01.2024

    • PHP8.2 refactoring

v4.3.9

15.01.2024

    • PHP8.2 refactoring

v4.3.8

23.03.2023

    • PHP8.2 refactoring

v4.3.7

16.03.2023

    • GUI dashboard widget

v4.3.6

08.03.2023

    • GUI configuration module

v4.3.5

03.03.2023

    • PHP8.1 compatiblity

v4.3.4

02.03.2023

    • PHP8.1 compatiblity

v4.3.3

08.02.2023

    • PHP8.1 compatiblity

v4.3.2

06.02.2023

    • auto-installed, support for new framework features

v4.3.1

03.11.2022

    • PHP8.1 refactoring

v4.3.0

14.10.2022

    • PHP8 refactoring

v4.2.1

16.11.2020

    • Can not install dashboard module

v4.2.0

21.04.2020

    • PHP7.4 refactoring
    • Support for 4.0 Core Framework

v4.16

24.03.2020

    • supporting new opt-out flow

v4.15

06.11.2018

    • supporting new framework features

v4.1

15.10.2018

    • PHP7.2 refactoring

v4.01

05.10.2018

    • PHP7.2 refactoring

v4.0

25.09.2018

    • invalid argument foreach()

v3.9

24.09.2018

    • PHP7.2 refactoring

v3.64

01.11.2017

    • refactoring

v3.63

04.10.2017

    • Smarty 3.1.31 refactoring to support Gambio 3.7
    • stability enhancements

v3.62

21.04.2017

    • support for N2Go as Block source
    • always block in production mode

v3.61

27.10.2016

    • block all setting not visible in view module
    • menu count now reflects number of blocked modules or All

v3.6

10.10.2016

    • support for prospects
    • BeezDesk Plugin

v3.5

13.09.2016

    • PHP7 compatibility
    • framework updates

v3.4

07.07.2016

    • fixed issue with noblock (customers can not block emails) setting
    • PHP7 refactoring

v3.3.3

03.03.2016

    • fixed layout issue on Gambio 2.7

v3.3.2

03.03.2016

    • fixed layout issue on Gambio 2.7

v3.3.1

26.01.2016

    • removed PHP shorttags as these are not supported on all servers

v3.3

18.08.2015

    • PHP 5.6 ready

v3.2

14.07.2015

    • Cache Garbage Collection to avoid issues with backup procedure when updating

v3.11

28.04.2015

    • Gambio integration support

v3.1

25.02.2015

    • view module for customer insight

v3.0

03.11.2014

    • MailBeez 3.0 ready

Found errors? Think you can improve this documentation?   edit this page