PEAK XOOPS - Re: EMLH and e-mails in englishin japanese

Re: EMLH and e-mails

List posts in the topic

none Re: EMLH and e-mails

msg# 1.2.1
depth:
2
Previous post - Next post | Parent - Children.1 | Posted on 2008/11/19 12:44
GIJOE  Gunnery Sergeant   Posts: 4110
hi coolman7.

OK. Try this code.

htdocs/class/mail/phpmailer/class.phpmailer.php
line 342
    function Send() {

        $this->From = easiestml( $this->From ) ;
        $this->FromName = easiestml( $this->FromName ) ;
        $this->Sender = easiestml( $this->Sender ) ;
        $this->Subject = easiestml( $this->Subject ) ;
        $this->Body = easiestml( $this->Body ) ;

        $header = "";
        $body = "";
        $result = true;

        if((count($this->to) + count($this->cc) + count($this->bcc)) < 1)
        {

Votes:15 Average:7.33

Posts tree

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!