BATV;

0 Cevap php

Ben e-postaları hotmail ve gmail sunucuları tarafından spam olarak kabul ediliyorlar neden görmek allaboutspam.com benim e-posta sunucusunu test ettik.

Sonuçlar Diğer arızalar, BATV arasında oldu.

Bu benim BATV üzerinde allaboutspam.com itibaren tam sonucudur:

BATV is a mechanism wherein an outgoing Email server adds a tag to the Envelope From address of all outgoing Emails. For example, if an Email address goes out with From address as <info@allaboutspam.com>, the Envelope From is changed to <prvs=SBDGAUJ=info@allaboutspam.com>, where 'SBDGAUJ' is the added tag. This tag is generated using an internal mechanism and is different for each email sent. If any bounce is received by the Incoming email servers, they are checked to see if the Bounce address has the proper tag (in above case 'SBDGAUJ'). If not, the email is rejected.

Birileri onu nasıl yapılandırılır ... basit bir deyişle, bu anlatabilir misiniz?

php ile e-posta gönderirken şu anda ben bu kurulum var:

$mail_message="text_text_text_text";

$headers="MIME-Version: 1.0"."\n";
$headers.="Content-type: text/plain; charset=UTF-8"."\n";
$headers.="From: Skuffen <no-reply@domain.se>"."\n";
$subject="SUBJECT HERE";

mail($email, '=?UTF-8?B?'.base64_encode($subject).'?=', $mail_message, $headers, '-fno-reply@domain.se'); 

Eğer (utf-8) biliyorum bu yüzden bu bir İsveçli dildir ...

Teşekkürler

0 Cevap