tr-opencart

     
avatar Şuanki Zaman: 12-19-2024, 08:19 AMHoşgeldin Misafir !
  Şifremi Hatırlat   kayıt ol
opencart temaları

Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu

Konuyu görüntüleyenler: 3 Misafir
 
Değerlendir:
  • 1 Oy - 5 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
%
Cevapla  Gönder 
v  v
Yazar  digi-dukkan - Görüntüleme - Okunma  17447 - Yorum  14

digi-dukkanv
M.K. ATATÜRK
user avatar
Çevrimdışı

Mesajlar: 60
Konular: 13
Katılma Tarihi: Oct 2013
Teşekkürler: 14
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-23-2013 11:26 PM

Forumda bununla ilgili bir kaç tane konu var ama onlara yazmış olmama rağmen hiç bir dönüş alamadım. Bu kadar opencart kullanıcısı varken, bu sorunu çözen yada çözülen kişiler illa ki vardır. Mağaza bölümünden mail ayarlarını olması gerektiği yapmış olmama rağmen mail gönderemiyorum. Tür olarak SMTP kullanıyorum, hosting firmam natro, smtp portu 587. Bunlara rağmen mail gönderemiyorum, başka ne yapabilirim.
Alıntı Yaparak Cevapla
Paylaş!
osdem66v
Forum Kurucusu
*******
Administrators user avatar
Çevrimdışı

Mesajlar: 2,121
Konular: 158
Katılma Tarihi: Dec 2011
Rep Puanı: 27
Teşekkürler: 393
522 Mesajına, 1445 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-23-2013 11:46 PM
(Bu Mesaj 10-24-2013 10:55 AM değiştirilmiştir. Değiştiren : osdem66.)
Merhaba;
System\library\mail.php doyasında asagidaki duzenlemeyi yapin
16, 17 satırda r ve n ekli olmalı,


16 . satır böyle olmalı:
PHP Kod:
public $newline "\r\n"
17. satır böyle olmalı:
PHP Kod:
public $crlf "\r\n"



271. satır kod gurbu asagidaki gibi olmali
Bu kodu
PHP Kod:
if ($this->verp) {fputs($handle'MAIL FROM: <' $this->from '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->from '>' $this->crlf);} 
Bunula deistir
PHP Kod:
if  ($this->verp) {fputs($handle'MAIL FROM: <' $this->username '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->username '>' $this->crlf);} 

Kodlarla uğraşmak isteyenler aşağıdaki dosyayı System\library\mail.php yerine yükleyebilirler.


Ekli Dosya(lar)
.php mail.php Eklentiyi indir...
Boyut: 10.45 KB İndirme: 649
Telif Hakkı için Rapor Edin...
osdem66
Alıntı Yaparak Cevapla
Paylaş!
 Teşekkür Edenler: digi-dukkan , ekacamak , CyBeReRMeMoLi , zeaydin , mihe , domacan , bortecine81 , yerbap , kaptan61
digi-dukkanv
M.K. ATATÜRK
user avatar
Çevrimdışı

Mesajlar: 60
Konular: 13
Katılma Tarihi: Oct 2013
Teşekkürler: 14
6 Mesajına, 7 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-24-2013 12:00 AM
Oh sonunda ya. O kadar modül ekledim, tema ekledim bir mail ayarlarını çözememiştim sayende hallettim. Çok sağol.
Alıntı Yaparak Cevapla
Paylaş!
CyBeReRMeMoLiv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 1
Konular: 0
Katılma Tarihi: Aug 2014
Rep Puanı: 0
Teşekkürler: 1
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 08-31-2014 03:15 PM
(10-23-2013 11:46 PM)osdem66 Yazılan:  Merhaba;
System\library\mail.php doyasında asagidaki duzenlemeyi yapin
16, 17 satırda r ve n ekli olmalı,


16 . satır böyle olmalı:
PHP Kod:
public $newline "\r\n"
17. satır böyle olmalı:
PHP Kod:
public $crlf "\r\n"



271. satır kod gurbu asagidaki gibi olmali
Bu kodu
PHP Kod:
if ($this->verp) {fputs($handle'MAIL FROM: <' $this->from '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->from '>' $this->crlf);} 
Bunula deistir
PHP Kod:
if  ($this->verp) {fputs($handle'MAIL FROM: <' $this->username '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->username '>' $this->crlf);} 

Kodlarla uğraşmak isteyenler aşağıdaki dosyayı System\library\mail.php yerine yükleyebilirler.

Gerçekten dua edilecek insansın kardeşim cidden ekteki dosya çözüm oldu sıkıntılarımıza iyki varsın..
Alıntı Yaparak Cevapla
Paylaş!
domacanv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 2
Konular: 0
Katılma Tarihi: Jan 2015
Rep Puanı: 0
Teşekkürler: 3
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 01-17-2015 06:26 PM
bunları uygulamama rağmen aynı sorun devam ediyorsa ne yapmam gerek acaba? yanlış yerde sorduysam kusura bakmayın.

aldığım hata:

Notice: fputs(): send of 8192 bytes failed with errno=32 Broken pipe in /home/public_html/system/library/mail.php on line 351Notice: fputs(): send of 3 bytes failed with errno=32 Broken pipe in /home/public_html/system/library/mail.php on line 352Notice: fputs(): send of 6 bytes failed with errno=32 Broken pipe in /home/public_html/system/library/mail.php on line 368
Alıntı Yaparak Cevapla
Paylaş!
erdmhrkv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 1
Konular: 0
Katılma Tarihi: Mar 2015
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 04-23-2015 03:21 PM
(10-23-2013 11:46 PM)osdem66 Yazılan:  Merhaba;
System\library\mail.php doyasında asagidaki duzenlemeyi yapin
16, 17 satırda r ve n ekli olmalı,


16 . satır böyle olmalı:
PHP Kod:
public $newline "\r\n"
17. satır böyle olmalı:
PHP Kod:
public $crlf "\r\n"



271. satır kod gurbu asagidaki gibi olmali
Bu kodu
PHP Kod:
if ($this->verp) {fputs($handle'MAIL FROM: <' $this->from '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->from '>' $this->crlf);} 
Bunula deistir
PHP Kod:
if  ($this->verp) {fputs($handle'MAIL FROM: <' $this->username '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->username '>' $this->crlf);} 

Kodlarla uğraşmak isteyenler aşağıdaki dosyayı System\library\mail.php yerine yükleyebilirler.



Merhaba;

Ben Natro'dan domain-host aldım. Daha sonra maillimi Yandex'e taşıdım. Normal mailleşmede sıkıntı yok.Web sitemi kurdum yayına açıcakken deneme test yapıyım dedim ama site içinden dışarı mail gitmiyor. Deneme amaçlı kendi siteme üye oldum sipariş verdim fakat hiç bir şekilde müşteri mailine mail gitmiyor.
Belirtmiş olduğunuz gibi düzenledim bütün smtp ayarlarımı düzgün doğru şekilde yazdım olmadı. Natro ile görüştüm bizlik bi problem yok diyolar. Yandex Smtp ayarlarını yapın diyorlar , onuda yaptım ona göre düzenledim denedim olmadı hiç bir sorun hata kodu falanda vermiyor. Nasıl bir çözüm olur Yardımcı olursanız çok memnun olurum, yoksa emeklerim boşa gider cidden
Saygılar...*
Alıntı Yaparak Cevapla
Paylaş!
serhan_sgav
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 1
Konular: 0
Katılma Tarihi: Apr 2015
Rep Puanı: 0
Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 04-30-2015 04:00 PM
ekteki mail.php yi ekledim ama şimdi şifremi unuttum kısmında şöyle bir hata alıyorum nasıl fixleriz dostum ? Şimdiden çok teşekkürler.

Kod:
Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /home/ajmlean/public_html/store2/system/library/mail.php on line 153Warning: fsockopen() [function.fsockopen]: unable to connect to :25 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /home/ajmlean/public_html/store2/system/library/mail.php on line 153Notice: Error: php_network_getaddresses: getaddrinfo failed: Name or service not known (0) in /home/ajmlean/public_html/store2/system/library/mail.php on line 156
Alıntı Yaparak Cevapla
Paylaş!
sakaryanotebookv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 18
Konular: 2
Katılma Tarihi: Jan 2014
Rep Puanı: 0
Teşekkürler: 34
1 Mesajına, 1 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 06-13-2015 07:59 PM
(10-23-2013 11:46 PM)osdem66 Yazılan:  Merhaba;
System\library\mail.php doyasında asagidaki duzenlemeyi yapin
16, 17 satırda r ve n ekli olmalı,


16 . satır böyle olmalı:
PHP Kod:
public $newline "\r\n"
17. satır böyle olmalı:
PHP Kod:
public $crlf "\r\n"



271. satır kod gurbu asagidaki gibi olmali
Bu kodu
PHP Kod:
if ($this->verp) {fputs($handle'MAIL FROM: <' $this->from '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->from '>' $this->crlf);} 
Bunula deistir
PHP Kod:
if  ($this->verp) {fputs($handle'MAIL FROM: <' $this->username '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->username '>' $this->crlf);} 

Kodlarla uğraşmak isteyenler aşağıdaki dosyayı System\library\mail.php yerine yükleyebilirler.



s.a netinternet kullanıcıyım söylenenleri aynen yaptım OLMADI Sad
osdem66 abinin verdiği mail.php belki düzeltir diye onu ilgili dizine attım bu seferde

Warning: mail() has been disabled for security reasons in /home/tobacco/public_html/system/library/mail.php on line 150
Warning: Cannot modify header information - headers already sent by (output started at /home/tobacco/public_html/index.php:102) in /home/tobacco/public_html/system/modification/system/library/response.php on line 12


hatası verdi 2.0.1.1 versiyonu kullanıyorum yardımcı olabilirmisiniz.??

forumdaki bütün konuları tek tek inceledim uyguladım hatta başka forumlara bile sıçradım yok banamısın demedi.

Resim görüntüleyici

mail.php dosyasının orjinal hali

PHP Kod:
<?php
class Mail {
    protected 
$to;
    protected 
$from;
    protected 
$sender;
    protected 
$replyto;
    protected 
$subject;
    protected 
$text;
    protected 
$html;
    protected 
$attachments = array();
    public 
$protocol 'mail';
    public 
$smtp_hostname;
    public 
$smtp_username;
    public 
$smtp_password;
    public 
$smtp_port 25;
    public 
$smtp_timeout 5;
    public 
$newline "\n";
    public 
$verp false;
    public 
$parameter '';

    public function 
__construct($config = array()) {
        foreach (
$config as $key => $value) {
            if (
$value) {
                
$this->$key $value;
            }
        }
    }

    public function 
setTo($to) {
        
$this->to html_entity_decode($toENT_QUOTES'UTF-8');
    }

    public function 
setFrom($from) {
        
$this->from html_entity_decode($fromENT_QUOTES'UTF-8');
    }

    public function 
setSender($sender) {
        
$this->sender html_entity_decode($senderENT_QUOTES'UTF-8');
    }

    public function 
setReplyTo($reply_to) {
        
$this->replyto html_entity_decode($reply_toENT_QUOTES'UTF-8');
    }

    public function 
setSubject($subject) {
        
$this->subject html_entity_decode($subjectENT_QUOTES'UTF-8');
    }

    public function 
setText($text) {
        
$this->text html_entity_decode($textENT_QUOTES'UTF-8');
    }

    public function 
setHtml($html) {
        
$this->html html_entity_decode($htmlENT_QUOTES'UTF-8');
    }

    public function 
addAttachment($filename) {
        
$this->attachments[] = $filename;
    }

    public function 
send() {
        if (!
$this->to) {
            
trigger_error('Error: E-Mail to required!');
            exit();
        }

        if (!
$this->from) {
            
trigger_error('Error: E-Mail from required!');
            exit();
        }

        if (!
$this->sender) {
            
trigger_error('Error: E-Mail sender required!');
            exit();
        }

        if (!
$this->subject) {
            
trigger_error('Error: E-Mail subject required!');
            exit();
        }

        if ((!
$this->text) && (!$this->html)) {
            
trigger_error('Error: E-Mail message required!');
            exit();
        }

        if (!
$this->replyto) {
            
$this->setReplyTo($this->sender);
        }

        if (
is_array($this->to)) {
            
$to implode(','$this->to);
        } else {
            
$to $this->to;
        }

        
$boundary '----=_NextPart_' md5(time());

        
$header 'MIME-Version: 1.0' $this->newline;

        if (
$this->protocol != 'mail') {
            
$header .= 'To: ' $to $this->newline;
            
$header .= 'Subject: ' '=?UTF-8?B?' base64_encode($this->subject) . '?=' $this->newline;
        }

        
$header .= 'Date: ' date('D, d M Y H:i:s O') . $this->newline;
        
$header .= 'From: =?UTF-8?B?' base64_encode($this->sender) . '?=' ' <' $this->from '>' $this->newline;
        
$header .= 'Reply-To: =?UTF-8?B?' base64_encode($this->replyto) . '?=' ' <' $this->from '>' $this->newline;
        
$header .= 'Return-Path: ' $this->from $this->newline;
        
$header .= 'X-Mailer: PHP/' phpversion() . $this->newline;
        
$header .= 'Content-Type: multipart/related; boundary="' $boundary '"' $this->newline $this->newline;

        if (!
$this->html) {
            
$message  '--' $boundary $this->newline;
            
$message .= 'Content-Type: text/plain; charset="utf-8"' $this->newline;
            
$message .= 'Content-Transfer-Encoding: 8bit' $this->newline $this->newline;
            
$message .= $this->text $this->newline;
        } else {
            
$message  '--' $boundary $this->newline;
            
$message .= 'Content-Type: multipart/alternative; boundary="' $boundary '_alt"' $this->newline $this->newline;
            
$message .= '--' $boundary '_alt' $this->newline;
            
$message .= 'Content-Type: text/plain; charset="utf-8"' $this->newline;
            
$message .= 'Content-Transfer-Encoding: 8bit' $this->newline $this->newline;

            if (
$this->text) {
                
$message .= $this->text $this->newline;
            } else {
                
$message .= 'This is a HTML email and your email client software does not support HTML email!' $this->newline;
            }

            
$message .= '--' $boundary '_alt' $this->newline;
            
$message .= 'Content-Type: text/html; charset="utf-8"' $this->newline;
            
$message .= 'Content-Transfer-Encoding: 8bit' $this->newline $this->newline;
            
$message .= $this->html $this->newline;
            
$message .= '--' $boundary '_alt--' $this->newline;
        }

        foreach (
$this->attachments as $attachment) {
            if (
file_exists($attachment)) {
                
$handle fopen($attachment'r');

                
$content fread($handlefilesize($attachment));

                
fclose($handle);

                
$message .= '--' $boundary $this->newline;
                
$message .= 'Content-Type: application/octet-stream; name="' basename($attachment) . '"' $this->newline;
                
$message .= 'Content-Transfer-Encoding: base64' $this->newline;
                
$message .= 'Content-Disposition: attachment; filename="' basename($attachment) . '"' $this->newline;
                
$message .= 'Content-ID: <' basename(urlencode($attachment)) . '>' $this->newline;
                
$message .= 'X-Attachment-Id: ' basename(urlencode($attachment)) . $this->newline $this->newline;
                
$message .= chunk_split(base64_encode($content));
            }
        }

        
$message .= '--' $boundary '--' $this->newline;

        if (
$this->protocol == 'mail') {
            
ini_set('sendmail_from'$this->from);

            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);
            }
        } elseif (
$this->protocol == 'smtp') {
            
$is_tls substr($this->smtp_hostname03) == 'tls';
            
$hostname $is_tls substr($this->smtp_hostname6) : $this->smtp_hostname;
            
$handle fsockopen($hostname$this->smtp_port$errno$errstr$this->smtp_timeout);

            if (!
$handle) {
                
trigger_error('Error: ' $errstr ' (' $errno ')');
                exit();
            } else {
                if (
substr(PHP_OS03) != 'WIN') {
                    
socket_set_timeout($handle$this->smtp_timeout0);
                }

                while (
$line fgets($handle515)) {
                    if (
substr($line31) == ' ') {
                        break;
                    }
                }

                
fputs($handle'EHLO ' getenv('SERVER_NAME') . "\r\n");

                
$reply '';

                while (
$line fgets($handle515)) {
                    
$reply .= $line;

                    if (
substr($line31) == ' ') {
                        break;
                    }
                }

                if (
substr($reply03) != 250) {
                    
trigger_error('Error: EHLO not accepted from server!');
                    exit();
                }

                if (
$is_tls) {
                    
fputs($handle'STARTTLS' "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if (
substr($reply03) != 220) {
                        
trigger_error('Error: STARTTLS not accepted from server!');
                        exit();
                    }

                    
stream_socket_enable_crypto($handletrueSTREAM_CRYPTO_METHOD_TLS_CLIENT);
                }

                if (!empty(
$this->smtp_username)  && !empty($this->smtp_password)) {
                    
fputs($handle'EHLO ' getenv('SERVER_NAME') . "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if (
substr($reply03) != 250) {
                        
trigger_error('Error: EHLO not accepted from server!');
                        exit();
                    }

                    
fputs($handle'AUTH LOGIN' "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if (
substr($reply03) != 334) {
                        
trigger_error('Error: AUTH LOGIN not accepted from server!');
                        exit();
                    }

                    
fputs($handlebase64_encode($this->smtp_username) . "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if (
substr($reply03) != 334) {
                        
trigger_error('Error: Username not accepted from server!');
                        exit();
                    }

                    
fputs($handlebase64_encode($this->smtp_password) . "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if (
substr($reply03) != 235) {
                        
trigger_error('Error: Password not accepted from server!');
                        exit();
                    }
                } else {
                    
fputs($handle'HELO ' getenv('SERVER_NAME') . "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if (
substr($reply03) != 250) {
                        
trigger_error('Error: HELO not accepted from server!');
                        exit();
                    }
                }

                if (
$this->verp) {
                    
fputs($handle'MAIL FROM: <' $this->from '>XVERP' "\r\n");
                } else {
                    
fputs($handle'MAIL FROM: <' $this->from '>' "\r\n");
                }

                
$reply '';

                while (
$line fgets($handle515)) {
                    
$reply .= $line;

                    if (
substr($line31) == ' ') {
                        break;
                    }
                }

                if (
substr($reply03) != 250) {
                    
trigger_error('Error: MAIL FROM not accepted from server!');
                    exit();
                }

                if (!
is_array($this->to)) {
                    
fputs($handle'RCPT TO: <' $this->to '>' "\r\n");

                    
$reply '';

                    while (
$line fgets($handle515)) {
                        
$reply .= $line;

                        if (
substr($line31) == ' ') {
                            break;
                        }
                    }

                    if ((
substr($reply03) != 250) && (substr($reply03) != 251)) {
                        
trigger_error('Error: RCPT TO not accepted from server!');
                        exit();
                    }
                } else {
                    foreach (
$this->to as $recipient) {
                        
fputs($handle'RCPT TO: <' $recipient '>' "\r\n");

                        
$reply '';

                        while (
$line fgets($handle515)) {
                            
$reply .= $line;

                            if (
substr($line31) == ' ') {
                                break;
                            }
                        }

                        if ((
substr($reply03) != 250) && (substr($reply03) != 251)) {
                            
trigger_error('Error: RCPT TO not accepted from server!');
                            exit();
                        }
                    }
                }

                
fputs($handle'DATA' "\r\n");

                
$reply '';

                while (
$line fgets($handle515)) {
                    
$reply .= $line;

                    if (
substr($line31) == ' ') {
                        break;
                    }
                }

                if (
substr($reply03) != 354) {
                    
trigger_error('Error: DATA not accepted from server!');
                    exit();
                }

                
// According to rfc 821 we should not send more than 1000 including the CRLF
                
$message str_replace("\r\n""\n"$header $message);
                
$message str_replace("\r""\n"$message);

                
$lines explode("\n"$message);

                foreach (
$lines as $line) {
                    
$results str_split($line998);

                    foreach (
$results as $result) {
                        if (
substr(PHP_OS03) != 'WIN') {
                            
fputs($handle$result "\r\n");
                        } else {
                            
fputs($handlestr_replace("\n""\r\n"$result) . "\r\n");
                        }
                    }
                }

                
fputs($handle'.' "\r\n");

                
$reply '';

                while (
$line fgets($handle515)) {
                    
$reply .= $line;

                    if (
substr($line31) == ' ') {
                        break;
                    }
                }

                if (
substr($reply03) != 250) {
                    
trigger_error('Error: DATA not accepted from server!');
                    exit();
                }

                
fputs($handle'QUIT' "\r\n");

                
$reply '';

                while (
$line fgets($handle515)) {
                    
$reply .= $line;

                    if (
substr($line31) == ' ') {
                        break;
                    }
                }

                if (
substr($reply03) != 221) {
                    
trigger_error('Error: QUIT not accepted from server!');
                    exit();
                }

                
fclose($handle);
            }
        }
    }


son aldığım hata.

Notice: Error: Password not accepted from server! in /home/tobacco/public_html/system/library/mail.php on line 288

bu arada unutmdan hosting firmam ile görüştüm yazılımsal hata dediler.
Alıntı Yaparak Cevapla
Paylaş!
laxtonv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 7
Konular: 2
Katılma Tarihi: Dec 2014
Rep Puanı: 0
Teşekkürler: 1
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 10-28-2016 03:40 AM
Merhaba Hocam. Opencart Versiyon 2.0.2.0 kurdum. İletişim formundan mail geliyor lakin yeni müşteri kayıt olduğunda ya da sipariş alındığında siteye tanımlı mail adresime mail gelmiyor. Aynı şekilde müşteri mailine de yeni üye veya sipariş ile ilgili mail gitmiyor. Sizin verdiğiniz dosyayı da denedim. Internette birçok farklı kaynaktan farklı yöntemler de denedim lakin çözüme kavuşturamadım. Sitenin yer aldığı sunucu firması netinternet. lakin onlar da yazılımınızı kontrol edin diyorlar Sad Nasıl çözebilirim? Yardımcı olursanız sevinirim.

(10-23-2013 11:46 PM)osdem66 Yazılan:  Merhaba;
System\library\mail.php doyasında asagidaki duzenlemeyi yapin
16, 17 satırda r ve n ekli olmalı,


16 . satır böyle olmalı:
PHP Kod:
public $newline "\r\n"
17. satır böyle olmalı:
PHP Kod:
public $crlf "\r\n"



271. satır kod gurbu asagidaki gibi olmali
Bu kodu
PHP Kod:
if ($this->verp) {fputs($handle'MAIL FROM: <' $this->from '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->from '>' $this->crlf);} 
Bunula deistir
PHP Kod:
if  ($this->verp) {fputs($handle'MAIL FROM: <' $this->username '>XVERP' $this->crlf);} else {fputs($handle 'MAIL FROM: <' $this->username '>' $this->crlf);} 

Kodlarla uğraşmak isteyenler aşağıdaki dosyayı System\library\mail.php yerine yükleyebilirler.
Alıntı Yaparak Cevapla
Paylaş!
laxtonv
Acemi Üye
**
Üye user avatar
Çevrimdışı

Mesajlar: 7
Konular: 2
Katılma Tarihi: Dec 2014
Rep Puanı: 0
Teşekkürler: 1
0 Mesajına, 0 Teşekkür edildi.



Kişisel Bilgileri: v
Konu Tarihi: 11-01-2016 09:53 AM
Yok mu konu hakkında yardımcı olabilecek Sad
Alıntı Yaparak Cevapla
Paylaş!

« Önceki | Sonraki »
Cevapla  Gönder 

Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Konusunun Linki Direk Link
Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Konusunun HTML Kodu HTML Link
Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Konusu BBCode Linki BBCode Link
Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Konusunu Paylaş Sosyal Paylaş

Benzeyen Konular
Konu: Yazar Cevaplar: Gösterim: Son Mesaj
  mail.php sorunu H737 17 13,603 08-26-2021 02:42 AM
Son Mesaj: umut4ykut
  Türkçe - İngilizce Karakter Problemi harmonicfart 1 424 08-09-2021 07:42 PM
Son Mesaj: harmonicfart
  İletişim mesaj sonrası boş sayfa sorunu çözümü ipeksag 1 1,140 02-25-2021 03:07 AM
Son Mesaj: ngenar
  Sipariş Güncelleme durumu mail sorunu mustykte 0 719 12-14-2020 06:48 PM
Son Mesaj: mustykte
  Toplu mail butonu çalışmıyor seko 3 2,935 07-01-2020 01:32 AM
Son Mesaj: admira
  [Mod] Sipariş/Fatura Yazdırma Problemi mauseriks 0 743 04-17-2020 08:08 AM
Son Mesaj: mauseriks
  Ftp Problemi medkir 1 1,076 08-10-2018 10:17 AM
Son Mesaj: ibrahim_130
  Opencart 2.3 fotoğraf yükleme problemi vscalettax 0 1,042 07-21-2018 02:50 AM
Son Mesaj: vscalettax
  Smtp mail göndermek e-ticaretdersleri 30 63,476 07-07-2018 12:42 AM
Son Mesaj: e-ticaretdersleri
  OC 1.5.6.4 Mail hatası enfalor 1 1,282 06-10-2018 07:08 PM
Son Mesaj: osdem66

Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu indir, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Videosu, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu online izle, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Bedava indir, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Yükle, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Hakkında, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu nedir, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu Free indir, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu oyunu, Natro ve Isim tescil sunucularinda smtp Mail Problemi cozumu download


Forum Atla: