script stops after send

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
pejot
Forum Newbie
Posts: 1
Joined: Fri Mar 07, 2008 9:38 pm

script stops after send

Post by pejot »

Hi,

How i try to send newsletter (with batch sending/ simple sending) and SMTP or Native sending, ..with a cron job or via WWW ...after send last email script stops. Script must execute from 1st to last line but it does not... it stops after sending last e-mail (i checked it with verbose sending).... but not execute next line where is SQL query which tells my other scripts that sending is complete and sent items are marked as sent.

Problem exists even i try to send to small group ~60 emails, but sometimes it is ok and script is running to the last mail. Verbose sending tells me nothing, Swift logs also. It is not related with server load or sth similar because system is free.

I have no PHP errors, no mysql errors, no catched errors... i must to decide to stay or leave Swift Mailer...

My config:

- PHP Version 5.2.3 with eAccelerator
- Mysql - 5.0.27

Please help sbd :)


Peter
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: script stops after send

Post by Chris Corbyn »

I'd have to see your code to be able to answer this. Also, make sure error reporting is on at least E_ALL and display_errors is on.
Post Reply