Actions
Feature #22447
closedWhen sending mail, use TYPO3_CONF_VAR for default from address if no other address is provided
Start date:
2010-04-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
It's often useful to set a default email from address for TYPO3 rather than relying on the server's configuration, especially in shared hosting environments where it cannot be configured.
Now that we have t3lib_utility_mail, there's a central location for mail sending and we can modify the mail headers to use this default address if a from address has not already been specified.
(issue imported from #M14098)
Files
Updated by Ralf Hettinger over 14 years ago
Is related to #19243.
Imo there should be a default setting for the Return-Path as well.
Actions