Page 1 of 1

Logs

Posted: Thu Mar 06, 2008 4:58 am
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

Re: Logs

Posted: Thu Mar 06, 2008 5:17 am
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 ;)

Re: Logs

Posted: Thu Mar 06, 2008 6:52 am
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?

Re: Logs

Posted: Thu Mar 06, 2008 8:55 pm
by Chris Corbyn
It would have sent at as many as it could send in 30 seconds or whatever the timeout was ;)