lsascha / registeraddress

newsletter registration extension to tt_address made in Extbase + Fluid for Typo3. with double-opt in, user editing and unsubscribing
GNU General Public License v2.0
7 stars 18 forks source link

I got the Confirm-Email always 3 times after confirm with email link #48

Closed Konradade closed 5 years ago

Konradade commented 6 years ago

If I subscrible I got one mail to confirm, thats right. After clicking on the confirm-link I got at the same time 3 an emails Thats not god, I think the user dont would like that,its like spam. If I want to change, I receive also 3 times an Email. But if I delete my account I receive only one Message,. thats ok

is it posible to disable the sending of confirm message after doble opt in ? is it posible to disable the edit funktion ? I dont need the function realy, somebody can delate and subsrible new if he / she wants to edit.

in the logfile also appears that there were send 3 times:

29-08-18 | test11@byom.de | User created an entry | 0 | 55.51.176.82 29-08-18 | test11@byom.de | User approved an entry | 29 | 55.5.1.176.82 29-08-18 | test11@byom.de | User approved an entry | 29 | 55.51.176.82 29-08-18 | test11@byom.de | User approved an entry | 29 | 55.51.176.82

I have Installed: Typo3 8.7.19 sr_feuser_register start startcustomer t3foundation jump tt_address, registeraddress. registeraddress_logger directmail

I think the problem comes from the extension start, because all problems I had came from it.

In Version Typo3 7.6, I worked with direct_mail_subscription , but does'nt work with 8.7. May be its because earlier this extenion was installed ?

Thank you Konrad

lsascha commented 5 years ago

Not 100% sure yet if it will fix it, but i changed it to only send e-mails and change database on HTTP POST. See commit e6ff17854caadd9c8b94a96937a3718afbd9f3e4

That does however require the user to click a submit button on the page. So 1 more click. But i think it should be saver.