Jump to content

Send email for Download error


Recommended Posts

I set up some debugging stuff so that I could figure out why the download email wasn't being sent.

 

This line: Mail::Send((int)$order->id_lang, 'download_product', Mail::l('Virtual product to download', $order->id_lang), $data, $result['email'], $result['firstname'].' '.$result['lastname']);

 

line 182 in classes/OrderHistory.php in version 1.4.4.0

 

gives me this error:

 

PHP Warning: mail(): Bad parameters to mail() function, mail not sent. in /mypath/tools/swift/Swift/Plugin/MailSend.php on line 160

 

This is line 160 in MailSend.php:

if (!ini_get("safe_mode")) $success = mail($to, $subject, $message, $headers, $params);

 

Does anyone have any idea why this fails? The only email that I think doesn't go out is the download.

 

Thanks for any and all help.

Link to comment
Share on other sites

Hi..According to me while sending and receiving mail

 

These error messages may occur if Microsoft Outlook or Microsoft Outlook Express cannot establish a connection with your e-mail server. These error messages are frequently caused by one of the following:

 

* You are not connected to the Internet or a network, or your mail server is temporarily unavailable.

* Your account settings are incorrect.

* Your user profile in Outlook is damaged.

* An e-mail item on your POP3 server is damaged.

* The configuration of your AV software is incorrect.

* Outlook Express was removed from the computer or the installation is damaged.

* The configuration of your personal firewall software is incorrect.

 

Cegonsoft

Link to comment
Share on other sites

This is on Linux - and the other 2 emails went out - the Payment Accepted and the Order Confirmation did go out and were successful. I really don't think there is a connection issue. I more think there is a logic issue with the mail send line, but I don't know php well enough to know. But there is something not right in the logic or in the parameters. Perhaps some piece of info is missing, I just don't know which piece.

 

Thanks for the help.

Link to comment
Share on other sites

×
×
  • Create New...