SMTP ayarlarınızı hostcunuzdan temin edip onaylattınız mı? Ayrıca 328nci satırda ne var?
SMTP bilgileri doğru çünkü opencarttan sipariş oluştuurduğumuzda müşteriye mail gönderebiliyor fakat siteadresi/iletisim kısmındaki formu gönderince bu hatayı veriyor.
32. Satır: if (substr($reply, 0, 3) != 250) {
trigger_error('Error: MAIL FROM not accepted from server!');
exit();
}