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?
Sending/ tracking Batch mails
Moderators: Chris Corbyn, General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- kendall
- Forum Regular
- Posts: 852
- Joined: Tue Jul 30, 2002 10:21 am
- Location: Trinidad, West Indies
- Contact:
I was trying out your application code when i got an error
so i skimmed over the documentation and edit the swift php to have the interface implementation
but i start to get calls to undefined methods
so i used EasySwift.php
im now getting calls to undefined property $logs
i'm looking through the documentation to see what's this aboutFatal error: Interface 'Swift_IPlugin'
so i skimmed over the documentation and edit the swift php to have the interface implementation
but i start to get calls to undefined methods
so i used EasySwift.php
im now getting calls to undefined property $logs
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia