Jump to content

Müşteri hizmetlerinden mail gitmiyor ?


askinjew

Recommended Posts

Merhaba sistemim prestashop 1.5.4.2 default tem

Sisteme mail geliyor ve sistem geri dönüş mailini atabiliyor.Müşteri hizmetlerine gelen soru maillerine sistem size dönülecektir diye otomatik mail göndermesi yapıyor fakat müşteriye cevap maili yazdığım zaman mail müşteriye gitmiyor ve gitmediğine dair gelen mail mesajı aşaıdaki gibi. Bu konuda bilgisi olan arkadaşların yardımlarını rica ediyorum.

 

----- Forwarded Message -----
 

 

 
On Friday, June 13, 2014 7:33 PM, Mail Delivery System <[email protected]> wrote:

----- Forwarded Message -----

This is the mail system at host tr32.iyonhost.com.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                  The mail system

<[email protected]>: host gmail-smtp-in.l.google.com[74.125.136.27] said:
    550-5.7.1 Unauthenticated email from yahoo.com is not accepted due to
    domain's 550-5.7.1 DMARC policy. Please contact administrator of yahoo.com
    domain if 550-5.7.1 this was a legitimate mail. Please visit 550-5.7.1
    http://support.google.com/mail/answer/2451690 to learn about DMARC 550
    5.7.1 initiative. yo8si7405153wjc.129 - gsmtp (in reply to end of DATA
    command)
deneme2002

Edited by askinjew (see edit history)
Link to comment
Share on other sites

smtp ayarlarını yaptınız mı birde öyle deneyin

olmazssa

 

Şu dosyaları düzenle

Düzenlenecek dosyalar:

  • /tools/swift/Swift/Plugin/MailSend.php
  • /tools/swift/Swift/Message.php
  • /tools/swift/Swift.php


/tools/swift/Swift/Plugin/MailSend.php (satır 158)

Orjinal:
$headers = $headers->build();

Yeni:
$headers = $headers->build();
$params = "";

/tools/swift/Swift/Message.php (satır 79)

Orjinal:
$this->setFrom("");

Yeni:
$this->setFrom("[email protected]");

/tools/swift/Swift.php (satır 370)

Orjinal:
if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from);

Yeni:
if (!($has_reply_to = $message->getReplyTo())) $message->setReplyTo($from);
if (!$has_reply_to[0]) $message->setReplyTo($from->getAddress());

 

 

Veya Şuraya bakın

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...