mail hatasi php smtp

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

exkalibur

OpenCart-TR
Katılım
21 Haz 2010
Mesajlar
50
Tepkime puanı
0
Puanları
0
Yaş
46
Konum
ALMANYA/KÖLN
sitemin iletisimde
phpmail kullaniyorum ama bana ne mail geliyor sadece bu hata mesaji aciliyor dün geceden beri ugrasiyorum lütfen yardim edermisniz


Warning: mail(): Policy restriction in effect. The fifth parameter is disabled on this system in /customers/5/0/f/ihk-expo.com/httpd.www/system/library/mail.php on line 151Warning: Cannot modify header information - headers already sent by (output started at /customers/5/0/f/ihk-expo.com/httpd.www/index.php:96) in /customers/5/0/f/ihk-expo.com/httpd.www/system/engine/controller.php on line 28Warning: Cannot modify header information - headers already sent by (output started at /customers/5/0/f/ihk-expo.com/httpd.www/index.php:96) in /customers/5/0/f/ihk-expo.com/httpd.www/system/engine/controller.php on line 29

cevabi buldum arkadaslar ilgilenler icin yaziyorum

/system/library/ mail.php aciyoruz

asagidaki kodu buluyoruz
PHP:
if ($this->parameter) { mail($to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header, $this->parameter); } else { mail($to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header); } [php]

sonra bununla degistiriyoruz
PHP:
mail($to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header);
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst