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

unsubscribe for various folders #34

Closed pbuenemann closed 3 years ago

pbuenemann commented 3 years ago

Hi, subscribers cannot unsubscribe if they are organized in different folders. I can only specify one storagePid. A specification like plugin.tx_fpnewsletter.persistence.storagePid = 6,7,8 does not work.

bihor commented 3 years ago

OK, you can try this with the setting searchPidMode=1 in version 2.0.4

pbuenemann commented 3 years ago

Hi, many thanks for this. Works here, but the mail-address ist not found when doubleOptOut = 1 is set.

bihor commented 3 years ago

OK, it works now for doubleOptOut = 1 too.