|
||||
|
Zitat:
das ist kein fehler von dir, sondern unser newslettersystem mit templates und notificationsystem wurde noch nicht implentiert. mfg, mario
__________________
xt:Commerce Helpdesk xt:Commerce Blog xt:Commerce Warenwirtschaft ### ![]() Offene Stellen bei xt:Commerce! xt:Commerce stellt ein ### |
|
||||
|
Zitat:
dazu muss jedoch im admin unter den emaileinstellungen MIME html deaktiviert werden. Code:
~ zeile 39 includes/classes/class.phpmailer.php * Sets the Content-type of the message. * @var string */ var $ContentType = "text/plain"; /** * Sets the Encoding of the message. Options for this are "8bit", * "7bit", "binary", "base64", and "quoted-printable". * @var string */ var $Encoding = "8bit"; /** mario
__________________
xt:Commerce Helpdesk xt:Commerce Blog xt:Commerce Warenwirtschaft ### ![]() Offene Stellen bei xt:Commerce! xt:Commerce stellt ein ### |
|
||||
|
Zitat:
jo da wird noch die alte osc classe verwendet, guck dazu einfach mal in admin/includes/classes/email.php zeile ~77 den mime typ musst da deaktiveren zeile ~218 mfg, mario
__________________
xt:Commerce Helpdesk xt:Commerce Blog xt:Commerce Warenwirtschaft ### ![]() Offene Stellen bei xt:Commerce! xt:Commerce stellt ein ### |
|
|||
|
ich hab versucht im newsletter.php (zeile 138) das zu ?ndern:
Code:
$mimemessage = new email(array('X-Mailer: osCommerce bulk mailer'));
$mimemessage->add_text($this->content);
$mimemessage->build_message();
Code:
$mimemessage = new email(array('X-Mailer: osCommerce bulk mailer'));
$mimemessage->add_html($this->content);
$mimemessage->build_message();
|
|
||||
|
Zitat:
du musst das in zeile ~218 ?ndern. mfg, mario
__________________
xt:Commerce Helpdesk xt:Commerce Blog xt:Commerce Warenwirtschaft ### ![]() Offene Stellen bei xt:Commerce! xt:Commerce stellt ein ### |
|
|||
|
ich komm da nicht weiter? du meinst doch die function oder?
Code:
function &add_html_part(&$obj) {
$params['content_type'] = 'text/html';
$params['encoding'] = $this->build_params['html_encoding'];
$params['charset'] = $this->build_params['html_charset'];
if(is_object($obj)){
return $obj->addSubpart($this->html, $params);
}else{
return new mime($this->html, $params);
}
}
|
![]() |
| Lesezeichen |
| Stichworte |
| nachrichten |
| Themen-Optionen | |
| Ansicht | |
|
|