We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0160729 + 8001e8c commit b351ddeCopy full SHA for b351dde
interface/lib/classes/ispcmail.inc.php
@@ -823,7 +823,7 @@ public function send($recipients) {
823
$recipname = trim(str_replace('"', '', $recipname));
824
825
if($rec_string != '') $rec_string .= ', ';
826
- if($recipname && !is_numeric($recipname)) $rec_string .= $recipname . '<' . $recip . '>';
+ if($recipname && !is_numeric($recipname)) $rec_string .= '"' . $recipname . '"<' . $recip . '>';
827
else $rec_string .= $recip;
828
}
829
$to = $this->_encodeHeader($rec_string, $this->mail_charset);
0 commit comments