Logs

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
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Logs

Post by shiznatix »

I just tried to send out a newsletter to a lot of people but the script ended up time-ing out. i was wondering if I could find out who the emails were sent to and how far it got and whatnot. I did not have the logging turned on or anything like that so I don't know if there is somewhere that would have this info saved.

I used the batchSend() method to send it out. If it timed out, did it send it to a few of the people, none of the people, or all of the people and if it was a few how can I find out who those people are?

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

Re: Logs

Post by Chris Corbyn »

Once the request is over Swift won't have any log left no, but the mail server you were talking to will do. Check the SMTP server's logs ;)
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Re: Logs

Post by shiznatix »

zarg I hate log files. If the script timed out like that, do you think that it would have sent only some mails or none of the mails?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Logs

Post by Chris Corbyn »

It would have sent at as many as it could send in 30 seconds or whatever the timeout was ;)
Post Reply