Konu
Opencart 2.0 Yandex SMTP Email Ayarları
06-04-2017, 17:50:37
#15
AloeVeraClub
mail.php dosyasında :
if ($this->verp) {
fputs($handle, 'MAIL FROM: <' . $this->smtp_username . '>XVERP' . "\r\n");
} else {
fputs($handle, 'MAIL FROM: <' . $this->smtp_username . '>' . "\r\n");
}
yaparsanız sorun kayboluyor.