in2code-de / powermail

This is the official repository of the TYPO3 extension powermail! Powermail is a well-known, editor-friendly, powerful and easy mailform extension for TYPO3
https://in2code.de
88 stars 174 forks source link

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

Closed kurtkk closed 1 month ago

kurtkk commented 4 years ago

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

MrMooky commented 4 years ago

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

kurtkk commented 4 years ago

Version 7.4.0 and powermail_cond 7.0.0

MrMooky commented 4 years ago

@kurtkk Check the PR suggested the #557.

christophbee commented 3 years ago

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

agendartobias commented 2 years ago

Same problem here with 8.4.1

astoun commented 2 years ago

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??

christophbee commented 2 years ago

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

mschwemer commented 1 month ago

We have this case in our testing evironment and cannot confirm the issue for v12.

If you are still hit by the issue, feel free to re-open it.