christophlehmann / all-mails-to-me
Send me every mail during my backend session
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-backend: ^12.4 || ^13.0
- typo3/cms-core: ^12.4 || ^13.0
- typo3/cms-frontend: ^12.4 || ^13.0
This package is auto-updated.
Last update: 2024-10-13 19:12:53 UTC
README
What does it do?
- You as a Backend user receive all mails you generate, e.g. by filling forms in the frontend.
- Mails are only sent to you and not to the original recipients.
- The mail subject is suffixed with the original recipient addresses. (target to get changed)
Why use it?
- Real recipients don't receive your test mails
- No ugly test-configuration in forms and such needed
How to use it?
In the top right corner of the TYPO3 Backend you have a toolbar item with a letter icon that toggles the functionality.
The state is saved to your session, so you need to activate it after every login.
Non-Admin users need the TSconfig tx_allmailstome.enabled = 1
.
Current State
The current state is "preview", means: use it, test it, have fun and please create issues when something is not okay.