This commit is contained in:
Roland Gruber 2015-06-26 18:52:01 +00:00
parent 77a6a0d0c9
commit 97cf528af0
1 changed files with 35 additions and 34 deletions

View File

@ -1072,6 +1072,7 @@ function sendPasswordMail($pwd, $user, $recipient = null) {
* @param String $from FROM address
* @param boolean $isHTML mail is formatted as HTML or plain text
* @param String $replyTo reply-to address (optional)
* @return String header lines
*/
function createEMailHeaders($from, $isHTML, $replyTo = null) {
$headerLines = "X-Mailer: LDAP Account Manager\r\n";