PHPdoc
This commit is contained in:
parent
77a6a0d0c9
commit
97cf528af0
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue