Smoke Tests doesn't work on productiv server

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
Darian
Forum Newbie
Posts: 1
Joined: Wed Jul 14, 2010 3:47 am

Smoke Tests doesn't work on productiv server

Post 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
Post Reply