X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Femail.php;h=2c05d3233fd4786b0e81eb1e789f444ec1776030;hb=f0d5c97c0801e944a520f972a9f80fae04fd80cf;hp=dec8c93db7aa519dcfae0711b2bccb0b5f744593;hpb=a05ed41fb236a22c0fbf6842534bcda8a2292136;p=friendica.git diff --git a/include/email.php b/include/email.php index dec8c93db7..2c05d3233f 100644 --- a/include/email.php +++ b/include/email.php @@ -249,6 +249,12 @@ function email_header_encode($in_str, $charset) { return $out_str; } +/** + * email_send is used by NETWORK_EMAIL and NETWORK_EMAIL2 code + * (not to notify the user, but to send items to email contacts) + * + * @todo This could be changed to use the Emailer class + */ function email_send($addr, $subject, $headers, $item) { //$headers .= 'MIME-Version: 1.0' . "\n"; //$headers .= 'Content-Type: text/html; charset=UTF-8' . "\n";