The minimum requirement for constant inboxing is to use the best list possible. This can be done with double opt-in procedure the easiest way.

Many marketers feel, that Double opt-in slows them down. This is why:

A regular Double Opt-in will have a form, that sends an email, which opens a confirmation page. The visit on the confirmation page and the link will be checked by Mautic. If the condition for visit or click is true, then a campaign step sets the Double Opt-in value in the contact as yes. Something like this:

Traditional Double Opt-in Campaign with Mautic

The problem here is, that the cron has to be used to create segment, push the contacts forward in the campaign, and also for executing campaign actions. As a result, you have to wait all the time:

Traditional Double Opt-in campaign with Mautic – cron delay

The solution is to cut out all the ‘moving parts’ and perform the campaign actions right at the spots where they happen. The emails should be sent by the form, and the Double Opt-in should be set by at the confirmation page.

This way you have a simplified process:

Simplified, instant Double-Opt-in for Mautic with no crons

The key is to assign the double opt-in verification tag at the confirmation page. You can do this many different ways, via PHP + tracking image, Javascript, or WordPress slug. I have a video explaining and testing all three of them:

As usual you can download the scripts in your Download Center, which is available after login, or free registration.

5 Comment

  • Tom Von Deck

    says:

    Hi,

    Need to know what “set by” means here: “The emails should be sent by the form, and the Double Opt-in should be set by at the confirmation page.”

    Reply
  • Victor Manuel Sarduy Horta

    says:

    Thanks for the video Update: Instant Double Opt-in with Mautic (3 Methods), we have implemented it but we have the problem in chrome, when visiting the Web Mautic does not recognize that this user was there, it keeps registering that he opened the email, but it doesn’t visit it on the web, so it doesn’t change the labels.

    Reply
    • jos0405

      says:

      Hi,
      Seems, that your tracking is not working properly.
      It can be the following issues:
      1. Your Mautic doens’t have SSL and Chrome blocks the tracking
      2. You are using different domain on landing and Mautic, that blocks your tracking
      3. You are trying to test with a broswer, where Mautic admin cookie is present, and all tracking is ignored.

      Reply
      • Victor Manuel Sarduy Horta

        says:

        Thank you very much, I try all the possible scenarios, I will try to solve it with this. Your comment is very helpful, thanks for doing what you do, your work is great

        Reply

Leave a Reply to Tom Von Deck Cancel reply

Your email address will not be published. Required fields are marked *