Sending/ tracking Batch mails
Posted: Tue Feb 06, 2007 6:50 pm
Hi,
I want to attempt using SwiftMailer to send "periodic" batches of emails however I want to output a status indicating whether or not the transaction was successful for each sent mail... plus i need to update the database of these successful and failed mails
Now the batches of email can range into the 1000s so i will have to use the flush methods to send the batches at intervals
and i can get the failed address afterwards using getFailedREcipients
but is there any way to emit whether the transaction has failed or succeeded? (i'm thinking about using ajax to trigger the execution);
is there anyway to do this...what is the onSend handle do?
I want to attempt using SwiftMailer to send "periodic" batches of emails however I want to output a status indicating whether or not the transaction was successful for each sent mail... plus i need to update the database of these successful and failed mails
Now the batches of email can range into the 1000s so i will have to use the flush methods to send the batches at intervals
and i can get the failed address afterwards using getFailedREcipients
but is there any way to emit whether the transaction has failed or succeeded? (i'm thinking about using ajax to trigger the execution);
is there anyway to do this...what is the onSend handle do?