bihor / fp_newsletter

TYPO3 plugin for newsletter subscription and unsubscription. Used table: tt_address. A log is written.
https://extensions.typo3.org/extension/fp_newsletter/
GNU General Public License v3.0
7 stars 18 forks source link

Unable to send Unsubscription Verification Mail #31

Closed notacoder-ui closed 3 years ago

notacoder-ui commented 4 years ago

Hi @bihor

I have set up the extension in typo3 9.5.19.

I get mail when using the subscription form to subscribe and can get the verification mail also with the link to get verified. But, when I try to unsubscribe using the form I do not receive any mail that is unsubscribed. Do I need to enable anything in the setup.ts?

could you please help me with this?

bihor commented 4 years ago

There is no email that says you, that you are unsubscribed now. This message is displayed only after unsubscription. This would be a feature for next versions.

notacoder-ui commented 4 years ago

Okay, Thanks

bihor commented 3 years ago

You can enable doubleOptOut to recieve an email un unsubscription via settings.doubleOptOut=1 And since version 1.2.4 you can enable confirmations emails too via settings.email.enableConfirmationMails=1