Major Feature #9269
Sending emails over SMTP
| Status: | Resolved | Start date: | 2010-08-12 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Reinhard Führicht | % Done: | 0% |
|
| Category: | - | |||
| Target version: | v1.2 | |||
| Votes: | 0 |
Description
I think the subject says all. It would be great to send the emails form formhandler over SMTP.
Related issues
| related to Formhandler - Feature #12926: Use the new SwiftMailer classes of TYPO3 | Closed | 2011-02-10 |
History
Updated by Reinhard Führicht almost 3 years ago
- Target version set to Stable v1.0
I was thinking about this a lot and tried to integrate swiftmailer (http://swiftmailer.org/) to be able to fully customize the email headers and transport.
As this is integration task will consume a lot of testing and documentation time, I would prefer to wait for it until the stable 1.0.0 release.
Updated by Stephan Bauer almost 3 years ago
There is a task for integrating swiftmailer into 4.5:
http://forge.typo3.org/projects/typo3v45-projects/wiki/Projects
Updated by Reinhard Führicht over 1 year ago
- Target version changed from Stable v1.0 to v2.0
Updated by Reinhard Führicht over 1 year ago
- Status changed from New to Resolved
- Assignee set to Reinhard Führicht
- Target version changed from v2.0 to v1.2
I addeda new Mailer to Formhandler: Tx_Formhandler_Mailer_TYPO3Mailer.
It uses the TYPO3 mail classes.