Trying to determine how many messages are being sent
Posted: Tue Feb 26, 2008 12:09 pm
Hi,
I've been using SwiftMailer successfully for the past couple months to send large batches (up to 150,000 in one go) and I'm now trying to determine how many messages are actually being sent. So basically I do something like this:
$num_sent = $swift->batchSend($message, $recipients, $from);
And I know in the docs it says that this number is how many recipients were accepted for delivery at the server. So the question is what is the possibility that addresses are accepted by the smtp server but not actually being sent? Anyone know a way to check this?
Thanks
I've been using SwiftMailer successfully for the past couple months to send large batches (up to 150,000 in one go) and I'm now trying to determine how many messages are actually being sent. So basically I do something like this:
$num_sent = $swift->batchSend($message, $recipients, $from);
And I know in the docs it says that this number is how many recipients were accepted for delivery at the server. So the question is what is the possibility that addresses are accepted by the smtp server but not actually being sent? Anyone know a way to check this?
Thanks