1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Possible fix bug #3604

This commit is contained in:
e107steved 2006-12-22 21:01:42 +00:00
parent 9c41023832
commit 6930ad1c78
2 changed files with 8 additions and 8 deletions

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/phpmailer/mailout_process.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:04 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2006-12-22 21:01:36 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
@ -86,7 +86,7 @@ if($_POST['cancel_emails']){
$mail->AddCC = ($_POST['email_cc']);
$mail->WordWrap = 50;
$mail->Charset = CHARSET;
$mail->CharSet = CHARSET;
$mail->Subject = $_POST['email_subject'];
$mail->IsHTML(TRUE);
$mail->SMTPDebug = (e_MENU == "debug") ? TRUE : FALSE;

View File

@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/newsletter/admin_config.php,v $
| $Revision: 1.2 $
| $Date: 2006-12-02 11:54:09 $
| $Author: lisa_ $
| $Revision: 1.3 $
| $Date: 2006-12-22 21:01:42 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
require_once("../../class2.php");
@ -381,7 +381,7 @@ class newsletter
}
$mail->WordWrap = 50;
$mail->Charset = CHARSET;
$mail->CharSet = CHARSET;
$mail->Subject = $newsletterParentInfo['newsletter_title'] . ": ".$newsletterInfo['newsletter_title'];
$mail->IsHTML(true);