askinjew Posted June 13, 2014 Share Posted June 13, 2014 (edited) 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 notbe 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 candelete 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 June 13, 2014 by askinjew (see edit history) Link to comment Share on other sites More sharing options...
bera_ramazan Posted June 16, 2014 Share Posted June 16, 2014 smtp ayarlarını yaptınız mı birde öyle deneyinolmazssa Şu dosyaları düzenleDü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 More sharing options...
askinjew Posted June 18, 2014 Author Share Posted June 18, 2014 Teşekkür ederim hemen kontrol ediyorum.. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now