Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double-Optin #46

Closed
different-thinking opened this issue Feb 15, 2015 · 3 comments
Closed

Double-Optin #46

different-thinking opened this issue Feb 15, 2015 · 3 comments
Labels
feature A new feature for inclusion in minor or major releases

Comments

@different-thinking
Copy link

Hi,

I'd like to have an integrated double-optin feature:

  1. User enters email and whatever information on landingpage
  2. he gets a confirmation email with a link to confirm subscription / in mautic a pre-lead or a lead with the attribute not confirmed is generated
  3. he clicks the link
  4. he is led to a thank you page and the lead is generated in mautic
  5. he gets the welcome mail

That would be great!

Robert

@alanhartless alanhartless added the feature A new feature for inclusion in minor or major releases label Feb 15, 2015
@escopecz
Copy link
Sponsor Member

escopecz commented Sep 7, 2015

I believe this can be done. Here is the tutorial: https://www.mautic.org/blog/creating-a-double-opt-in-email-campaign/

@MagnusTapping
Copy link

I am attempting to implement Double Opt-in.

One problem I am finding is that the opt-in form confirmation email is not sent until the cron job runs. This means there is a delay of up to 15 minutes which is not efficient and enough time to either put people off or just annoy them.

I could run the cron job every minute, except my system will be sending campaign emails to 20,000+ contacts in complex campaigns, so won't it all get snarled up in the system?

I cannot find a way to send the email immediately, isn't this a common enough request that a built-in function would be beneficial, as an action on the form itself?

@ivanbruno10
Copy link

Estou tentando implementar o Double Opt-in.

Um problema que estou descobrindo é que o e-mail de confirmação do formulário opt-in não é enviado até que a tarefa do cron seja executada. Isso significa que há um atraso de até 15 minutos, o que não é eficiente nem suficiente para afastar as pessoas ou apenas irritá-las.

Eu poderia executar o cron job a cada minuto, exceto pelo fato de meu sistema estar enviando e-mails de campanha para mais de 20.000 contatos em campanhas complexas. Então, nem todos os itens serão inseridos no sistema?

Não consigo encontrar uma maneira de enviar o e-mail imediatamente, não é um pedido comum o bastante para que uma função incorporada seja benéfica, como uma ação no próprio formulário?

Perfect!

I did it that way, but the confirmation email is only delivered after the campaign has been updated and is not being delivered immediately.

On the other hand, if the form has an action to send the confirmation email it will already be sent immediately after the lead fills it, however as the email is delivered immediately it already clicks the link (download of active in my case) before the campaign run,so I could not get the campaign to recognize that you downloaded the asset from the email that was sent by the form, only recognizes if the person downloads the asset after it has entered the campaign, have any suggestions of what to do?

Gregy pushed a commit to Gregy/mautic that referenced this issue Dec 10, 2019
Fixes for bi-directional DNC Salesforce sync
nickveenhof pushed a commit to nickveenhof/mautic that referenced this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature for inclusion in minor or major releases
Projects
None yet
Development

No branches or pull requests

5 participants