Böyle bir ayar bilgisi yok hocam, almadım da. Ama eposta adresinin başına -f ekledim, port değiştirdim, sonuç yok yine.



Hocam,
mail.php Değişikliği :
system/library/mail.php
if ($this->verp) {
fputs($handle, ‘MAIL FROM: <‘ . $this->from . ‘>XVERP’ . “\r\n”);
} else {
fputs($handle, ‘MAIL FROM: <‘ . $this->from . ‘>’ . “\r\n”);
}
Satırları aşağıdaki satırlar ile değiştirilir.
if ($this->verp) {
fputs($handle, ‘MAIL FROM: <‘ . $this->smtp_username . ‘>XVERP’ . “\r\n”);
} else {
fputs($handle, ‘MAIL FROM: <‘ . $this->smtp_username . ‘>’ . “\r\n”);
}
yaptığımda aldığım hata kodu
Parse error: syntax error, unexpected 'FROM' (T_STRING) in /home/klarnetc/public_html/system/library/mail.php on line 307