rfc2047 encode notification email headers
This commit is contained in:
parent
309df84172
commit
da05ef2ae4
2 changed files with 10 additions and 1 deletions
|
|
@ -205,4 +205,6 @@ function email_header_encode($in_str, $charset) {
|
|||
$out_str = $start . $out_str . $end;
|
||||
}
|
||||
return $out_str;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue