Changes between Initial Version and Version 1 of Ticket #21738
- Timestamp:
- 08/30/2012 02:13:29 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21738
- Property Keywords needs-patch added
-
Ticket #21738 – Description
initial v1 2 2 3 3 Some hosts (e.g. TransIP) do not accept the '-oi' parameter in the fourth argument for mail() even when safe_mode is off. 4 The result is that no mail can be sent through Wordpress on these hosts.4 The result is that no mail can be sent through !WordPress on these hosts. 5 5 6 Changeset 21129provides a partial fix when either safe_mode is off, or no sender is defined.6 Changeset [21129] provides a partial fix when either safe_mode is off, or no sender is defined. 7 7 8 8 The parameter seems to be unnecessary, therefore it is recommended to remove this parameter. In version 3.4 and 3.4.1, it is in lines 740 and 742 of file wp-includes/class-phpmailer.php