Project

General

Profile

Actions

Feature #24240

closed

Provide a SwiftMailer transport that only saves send mails to files

Added by Ernesto Baschny over 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-29
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

We introduced the SwiftMailer interface in t3lib_mail in 4.5 alpha2. So we can now generate RFC conformant mails and have a powerful mail engine available which also supports different transport mechanisms (like mail(), sendmail and direct SMTP).

To ease debugging mail sending in a TYPO3 installation, it might be useful for a complete installation not really send mails, but just save them to a file.

This RFC provides this feature, allowing the admin to configure the new transport "mbox", which saves all mails to a mbox-conformant file (simple text file, see RFC 4155). This file can be viewed with a regular text editor or a mail client which can open a "mbox" file.

Along with Jigal's RFC #24222 which hooks into all other mail() usage we are now able to log every outgoing mail to a file!

This feature is a follow-up the the new mailing API and will be included according to the rules for "new features" in this phase (see http://forge.typo3.org/projects/typo3v45-projects/wiki/Feature_Freeze, where "t3lib_mail" is listed as potential candidates for follow-ups).
(issue imported from #M16610)

Actions #1

Updated by Ernesto Baschny over 13 years ago

Committed to trunk in rev. 9741

Actions #2

Updated by Susanne Moog almost 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF