GX-Bug #58538 » TellAFriendFix.patch
src/system/classes/products/TellAFriendContentView.inc.php (date 1533834714000) | ||
---|---|---|
461 | 461 |
$text_html .= '<br><br>'. GM_TELL_A_FRIEND_EMAIL .': '.$this->email |
462 | 462 |
. '<br><br>'.htmlentities_wrapper(GM_TELL_A_FRIEND_MESSAGE) . ': ' . htmlentities_wrapper($message); |
463 | 463 |
|
464 |
xtc_php_mail($email, $sender, STORE_OWNER_EMAIL_ADDRESS, $email, '', $email, $sender, '', '', GM_TELL_A_FRIEND_SUBJECT_1 . '"'. $this->productName . '"', $text_html, html_entity_decode_wrapper($text));
|
|
464 |
xtc_php_mail($email, $sender, STORE_OWNER_EMAIL_ADDRESS, STORE_NAME, '', $email, $sender, '', '', GM_TELL_A_FRIEND_SUBJECT_1 . '"'. $this->productName . '"', $text_html, html_entity_decode_wrapper($text));
|
|
465 | 465 |
$this->set_content_data('MAIL_OUT', GM_TELL_A_FRIEND_MAIL_OUT); |
466 | 466 |
} |
467 | 467 |
|