powermail icon indicating copy to clipboard operation
powermail copied to clipboard

No confirmation-mail with double-opt-in!?

Open kurtkk opened this issue 4 years ago • 7 comments

I fill a form and push the send-button. "double-opt-in" is checked in the BE-powermail-plugin.

I do not get the confirmation-mail with the link to confirm my correct e-mail-address!?

What happened resp. where is my failure?

Thank's in advance Kurt Kunig

kurtkk avatar Jun 17 '20 09:06 kurtkk

Which Powermail version are you using? Might be related to https://github.com/einpraegsam/powermail/issues/557

MrMooky avatar Jul 17 '20 06:07 MrMooky

Version 7.4.0 and powermail_cond 7.0.0

kurtkk avatar Jul 17 '20 10:07 kurtkk

@kurtkk Check the PR suggested the #557.

MrMooky avatar Jul 17 '20 12:07 MrMooky

I am also faced with the same issue:

powermail 8.2.4 TYPO3 10.4.10 "double opt-in" enabled in flexform

When submitting the form I do not receive the mail with the confirmation link whereas without double opt-in sending the mail is working. I already looked up issue #557 and adjusted my settings according to that but that did not solve my problem.

When I look up the mails stored in backend the double opt-in mails are hidden by default: What does this mean? Bildschirmfoto 2020-12-18 um 09 59 37

christophbee avatar Dec 18 '20 09:12 christophbee

Same problem here with 8.4.1

agendartobias avatar Jan 25 '22 09:01 agendartobias

I have same problem (Typo3 10.4.27, powermail 8.3.2). I think the confirmation email is generated incorrectly. When I look at the list of emails in BackEnd I see the address waiting for confirmation.

678

And if I open it in the BackEnd, then I see in the Email text some debug code - that is wrong: 679

Any ideas how to fix it??

astoun avatar Apr 27 '22 13:04 astoun

This error only occurs when $GLOBALS['TYPO3_CONF_VARS']['MAIL']['defaultMailReplyToAddress'] is empty. After I entered a valid mail adresse everything works.

see https://github.com/einpraegsam/powermail/issues/557#issuecomment-743224412

christophbee avatar Oct 07 '22 13:10 christophbee