'port'=> '25', 'timeout'=>'30', 'host' => 'host', 'username'=>'Uname', 'password'=>'pass' ); /* Set delivery method */ $this->Email->delivery = 'smtp'; /* Do not pass any args to send() */ $this->Email->to = $emailDo; $this->Email->subject = $temat; $this->Email->from = $emailOd; $this->Email->template = 'test'; $this->Email->sendAs = 'text'; $this->Email->send(); /* Check for SMTP errors. */ debug($this->Email->smtpError); }
Po wielkich trudach znalałzem odpowiedź, jesli ktoś będzie miał podobny problem to rozwiazaniem jest dodanie filePath