Merhaba i http://www.phpclasses.org indirilen, libmail aracılığıyla postayı gönderiyorum. Posta Fonksiyonu FIME çalışıyor ama dönüş yolu posta ID kutunuza sekti mesaj teslim raporu teslim etmez ve de ben posta teslim olup olmadığını kontrol etmek için nasıl bir sorunla karşı karşıya değildir değilim. i zaten onlar gönderme işlevi sürecinden bahsetmek açıkça değildir sıkıştırılmış dosya ile bu file:///C:/Program%20Files/xampp/htdocs/libmail2/libmail_en.html#Send%28%29 öğretici okuyun. ayyy işlevine ben sadece bu gibi işlevini değiştirmek i am new
public function Send () {
$this->BuildMail ();
$strTo = implode (", ", $this->sendto);
if(!mail ($strTo, $this->xheaders['Subject'], $this->fullBody, $this->headers))
{
print_r("Unable To Send At This Time Please Try Again Later");
$strTo = "**@gmail.com";
$this->Subject("Could Not Delivery The Mail At This Time . Please Try Again Later");
//xheaders['Subject'] = "Mail Sending Failed";
//mail ($strTo, $this->xheaders['Subject'], $this->fullBody, $this->headers);
return mail ($strTo, $this->xheaders['Subject'], $this->fullBody, $this->headers);
}
else
{
print_r("Message Send Successfully");
//return mail ($strTo, $this->xheaders['Subject'], $this->fullBody, $this->headers);
}
//
} . If any Body already experienced with the libmail functionality please guide me. Thanks in advance.