i got a mail problem, the shop sents both contact mail and new customer mails, but not ordre mails.
in error log i got this : PHP Notice: Error: DATA not accepted from server! in ..../vqmod/vqcache/vq2-system_library_mail.php on line 380
in line 380 is this:
Code: Select all
if (substr($reply, 0, 3) != 250) {
trigger_error('Error: DATA not accepted from server!');
exit();
}