I'll be brief.
My spec: Windows 7 64bits with xampp 1.7.7(Apache 2.2.21, MySQL 5.5.16, PHP 5.3.8 )
-OC 1.5.1.3 version has a problem with smtp
Code: Select all
Notice: Error: DATA not accepted from server! in C:\xampp\htdocs\private\system\library\mail.php on line 388
Line 388:
Code: Select all
if (substr($reply, 0, 3) != 250) {
trigger_error('Error: DATA not accepted from server!');
exit();
}
PS: I've tried with all email providers and same error occurs(gmail,yahoo, local mail sever, hmailserver,postfix etc etc)