You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue where the email sending functionality for the "editEmail" request is not working as expected. Here are the details:
Problem Description:
I have two pages for editing: one for the email request and the second one for actual editing. When I enter an email and submit the form, the URL changes from /newsletter-bearbeiten to /newsletter-bearbeiten?tx_fpnewsletter_email[action]=editEmail&tx_fpnewsletter_email[controller]=Log&cHash=1234.
However, instead of receiving error code 51 and getting an email with a link to the edit page, the error code remains 0 and no email is sent. Consequently, I am unable to proceed to the edit page to update my settings.
Additional Information:
Subscribing and unsubscribing with OptIn works correctly.
Here are a few possibly relevant constants-settings:
Yes, you are right. This is a bug since the TYPO3 12 version.
The only solution at the moment is to edit the Template
Resources/Private/Templates/Log/EditEmail.html
There you need to remove: pluginName="{pi}"
or set it to: pluginName="editemail".
First copy the template somewhere else. Edit it. Set the path to the new template like this: https://docs.typo3.org/p/fixpunkt/fp-newsletter/7.0/en-us/Configuration/Index.html#full-working-example
Hello,
I am experiencing an issue where the email sending functionality for the "editEmail" request is not working as expected. Here are the details:
Problem Description:
I have two pages for editing: one for the email request and the second one for actual editing. When I enter an email and submit the form, the URL changes from /newsletter-bearbeiten to /newsletter-bearbeiten?tx_fpnewsletter_email[action]=editEmail&tx_fpnewsletter_email[controller]=Log&cHash=1234.
However, instead of receiving error code 51 and getting an email with a link to the edit page, the error code remains 0 and no email is sent. Consequently, I am unable to proceed to the edit page to update my settings.
Additional Information:
Subscribing and unsubscribing with OptIn works correctly.
Here are a few possibly relevant constants-settings:
Any help to resolve this issue would be greatly appreciated. Thanks in advance!
Best regards,
Florian
The text was updated successfully, but these errors were encountered: