summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/mail.php b/inc/mail.php
index a31385914..bd05f31eb 100644
--- a/inc/mail.php
+++ b/inc/mail.php
@@ -132,7 +132,7 @@ function mail_encode_address($string,$header='',$names=true){
// add to header comma seperated and in new line to avoid too long headers
if($headers != '') $headers .= ','.MAILHEADER_EOL.' ';
- $headers .= $text.$addr;
+ $headers .= $text.' '.$addr;
}
if(empty($headers)) return null;