DIY وسائل الإعلام الرئيسية الشعار

الموقع النهائي لتصميم وإنشاء مسرح منزلي الخاص ومرحبا فاي الإعداد الخاصة.

0PHP تنسخ DMARC الفشل

I تشغيل VPS التي تستضيف العديد من المجالات. وقد تم إرسال البريد من هذه المجالات دائما صعبة. لقد استخدمت لفترة طويلة WP SMTP المساعد الإلكتروني لورد للتغلب على هذه, ولكن أردت أن تحصل على الإصلاح الصحيح. After much read­ing I found a prop­er solution

The prob­lem is that the “from” address and the “return to” address have to match and unless you know how to fully do the code they wont.

رمز لمواقع غير وورد

$رسالة = 'رسالتك هنا ";
$مرسل = 'you@yourdomain.com ";
$رؤوس = 'من: ' . $مرسل . "\ص  ن" . 'الرد على: ' . $مرسل . "\ص  ن" . 'مسار العودة: ' . $مرسل;
$الموضوع = 'موضوعك ";
$نجاح = الإلكتروني('متلق @ الإلكتروني ", $موضوع, $رسالة, $رؤوس, "-و " . $مرسل);

 
ملحوظة, الجزء الرئيسي هو الجزء الأخير, the extra value AFTER the head­ers. This is the extra para­met­ers part and we spe­cify the sender again with a ‑f command

For more info on this there is a good art­icle at Pupun­zi

لورد

Simply add the fol­low­ing code to your theme’s functions.php or cre­ate a cus­tom plu­gin with the code

الطبقة email_return_path {
   وظيفة __construct() {
  ADD_ACTION( "phpmailer_init", مجموعة( $هذا, 'الإصلاح' ) );   
   }

الإصلاح وظيفة( $phpmailer ) {
    $phpmailer->Sender = $phpmailer->From;
}
}
email_return_path جديدة();

بفضل Kin­amo للمعلومات

اترك رد