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

No Admin mail is send #9

Closed quadronet closed 3 years ago

quadronet commented 5 years ago

I have check the ext, but the admin mails are not send. adminMail = i have set the email adminName = Admin adminSubscribeSubject = Neue Newsletter-Anmeldung adminUnsubscribeSubject = Neue Newsletter-Abmeldung

bihor commented 5 years ago

Currently the email to the admin is send not after verification, but before. I guess you mean this is the problem.

bihor commented 5 years ago

I have changed to default state. The email to admin will be send now after the email-verification. Please test it again.

djangones commented 4 years ago

In my installation (V1.0.0) the admin mail ist only sent on unregistration from the list. On registration it is not sent in any of the cases.

bihor commented 4 years ago

I have just testet it an it worked. email.adminMailBeforeVerification = 0 is set?

bihor commented 3 years ago

Refactored and completly tested with version 1.2.5. Worked for me.