ssch / swiftmailer-single-recipient
Configure swiftmailer to send messages to single recipient
Installs: 516
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^8.7.13 || ^9.5.0
- webmozart/assert: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.0
- nimut/testing-framework: ^1.0 || ^2.0 || ^3.0 || ^4.0
- phpstan/phpstan: ^0.9 || ^0.10
Replaces
- typo3-ter/swiftmailer-single-recipient: dev-master
This package is auto-updated.
Last update: 2022-06-29 01:28:33 UTC
README
How to Work with Emails during Development
When developing an application which sends email, you will often not want to actually send the email to the specified recipient during development.
Sending to a Specified Address(es)
You can configure via the extension configuration to send all email to a one ore more specific addresses.
Swift Mailer will add an extra header to the email, X-Swift-To, containing the replaced address, so you can still see who it would have been sent to.
Sending to a Specified Address but with Exceptions
You can also configure the extension to allow some exceptions, so the email will be really sent to the recipient if the address is whitelisted.