TYPO3 Flow Base DistributionPackagesApplications

Feature #32275

New email sending mode

Added by Myroslav Holyak over 3 years ago. Updated almost 3 years ago.

Status:New Start date:2011-12-02
Priority:Could have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

In addition to smtp, php-mail and local file delivering method it might be helpful to add "database" method with corresponding task for scheduller extension. The point is simple - put into database whole letter for next background (async) sending with another method (can be smtp, php-mail or local file) and status reporting.

Why to do so? Answer is - insurance. It's very reliable. SMTP and plain mail func() can fail due to very various issues (server config, network timeout, ...), and realtime direct mail sending is slow. On the other hand - having system queue of letter and cron worker - any letter will be lost and we can control send-result of each.

Would that be interesting for community?

History

#1 Updated by Karsten Dambekalns almost 3 years ago

An example for such a conversion is the change https://review.typo3.org/14988 ignore this, thanks! :/

Also available in: Atom PDF