https://github.com/ecodev/formule_newsletter
TYPO3 Extension to handle newsletter subscription and newsletter preferences based on EXT:formule
https://github.com/ecodev/formule_newsletter
Last synced: 8 months ago
JSON representation
TYPO3 Extension to handle newsletter subscription and newsletter preferences based on EXT:formule
- Host: GitHub
- URL: https://github.com/ecodev/formule_newsletter
- Owner: Ecodev
- Created: 2016-01-23T07:53:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T09:44:51.000Z (over 10 years ago)
- Last Synced: 2024-12-22T17:49:40.947Z (over 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Formule Newsletter
TYPO3 Extension to handle newsletter subscription based on EXT:formule. The User can also unsubscribe or edit its newsletter preferences.
Data are stored in `tt_address` which is a dependency to the extension. We use our `tt_address` fork which is available at https://github.com/Ecodev/tt_address. Refer to the [Readme](https://github.com/Ecodev/tt_address#how-to-load-this-fork) how to load this fork.
The newsletter subscription workflow goes as follows:
Step 1
------
- the User fill-in the form. Submitted data are stored into the database (table tt_address)
- an email is sent to the admin: new subscription
- an email is sent to the user: email confirmation via a link.
Step 2
------
- the user confirms its email address by clicking on the link
- the user lands on a page where he can edit its newsletter preferences