christophlehmann/all-mails-to-me

Send me every mail during my backend session

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-main 2024-10-13 19:07 UTC

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.