reference/mail/functions/mail.xml
d43f29f6a628996d1b7c3be487dcff39450146bf
...
...
@@ -100,14 +100,6 @@ $text = str_replace("\n.", "\n..", $text);
100
100
</para>
101
101
<note>
102
102
<para>
103
-
Before PHP 5.4.42 and 5.5.27, repectively, <parameter>additional_headers</parameter> did not have mail header
104
-
injection protection. Therefore, users must make sure specified headers
105
-
are safe and contains headers only. i.e. Never start mail body by putting
106
-
multiple newlines.
107
-
</para>
108
-
</note>
109
-
<note>
110
-
<para>
111
103
When sending mail, the mail <emphasis>must</emphasis> contain
112
104
a <literal>From</literal> header. This can be set with the
113
105
<parameter>additional_headers</parameter> parameter, or a default
114
106