Page 1 of 1

Smoke Tests doesn't work on productiv server

Posted: Wed Jul 14, 2010 4:06 am
by Darian
Hello,

i made a onlineshop with prestashop. The prestashop is using the Swift Mail 3.3.2. On my test server (php 5.2.6) there was no problem. Prestashop and the smoke tests are working perfect. (with the new Swift Mail 4.0.6 as well)

One the new server (php 5.2.12) the old and the new Swift Mailer doesn't work. I only need the NativeMail, but i got a error:

Code: Select all

Error: Sending failed using mail() as PHP's default mail() function returned boolean FALSE.
Log Information

++ Log level changed to 4
++ Trying to connect...
<< 220 Stubbed
>> HELO [80.237.132.154]
<< 250 Stubbed
>> MAIL FROM: <d.*******@domain1.com>
<< 250 Stubbed
>> RCPT TO: <s.*******@domain2.com>
<< 250 Stubbed
>> DATA
<< 354 Stubbed
>> <MESSAGE DATA>
>> 
.
<< 250 Stubbed
I think its a server Problem. But here is the prestashop Mail class: http://svn.prestashop.com/tags/1.2.5/classes/Mail.php

Thanks for information, and have a nice day.
Darian