mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16879] Add events to phpbb_mail()
PHPBB3-16879
This commit is contained in:
parent
303a933403
commit
27289cbfad
1 changed files with 2 additions and 2 deletions
|
@ -1945,7 +1945,7 @@ function phpbb_mail($to, $subject, $msg, $headers, $eol, &$err_msg)
|
||||||
* @var string headers The email headers
|
* @var string headers The email headers
|
||||||
* @var string eol The endline character
|
* @var string eol The endline character
|
||||||
* @var string additional_parameters The additional parameters
|
* @var string additional_parameters The additional parameters
|
||||||
* @since 3.3.5-RC1
|
* @since 3.3.6-RC1
|
||||||
*/
|
*/
|
||||||
$vars = [
|
$vars = [
|
||||||
'to',
|
'to',
|
||||||
|
@ -1970,7 +1970,7 @@ function phpbb_mail($to, $subject, $msg, $headers, $eol, &$err_msg)
|
||||||
* @var string eol The endline character
|
* @var string eol The endline character
|
||||||
* @var string additional_parameters The additional parameters
|
* @var string additional_parameters The additional parameters
|
||||||
* @var bool result True if the email was sent, false otherwise
|
* @var bool result True if the email was sent, false otherwise
|
||||||
* @since 3.3.5-RC1
|
* @since 3.3.6-RC1
|
||||||
*/
|
*/
|
||||||
$vars = [
|
$vars = [
|
||||||
'to',
|
'to',
|
||||||
|
|
Loading…
Add table
Reference in a new issue