Menu

#71 2.8.9 - Batch Notifications Getting Sent, but box unchecked

closed-fixed
Justin J
mailing (71)
5
2003-10-29
2003-10-26
Anonymous
No

I'm sending via SMTP 1 message/second via batch (as
my web host blocks a mass mailing at one time via
SMTP), and I have the Receive Batch Mail confirmations
box unchecked, but I still receiving a confirmation for
each and EVERY one of the e-mails I'm sending out
(because there's a batch for each one). I'm using 2.8.9.

Discussion

  • Justin J

    Justin J - 2003-10-26
    • priority: 5 --> 6
    • summary: Batch Notifications Getting Sent, but box unchecked --> 2.8.9 - Batch Notifications Getting Sent, but box unchecked
     
  • Justin J

    Justin J - 2003-10-26

    Logged In: YES
    user_id=90833

    I confirm this bug, heightening the priority...

     
  • Justin J

    Justin J - 2003-10-29

    Logged In: YES
    user_id=90833

    Will be fixed for 2.8.10,

    A quick fix would be to change the lines:

    [snip]
    $self->mojo_mail_send_obj->_email_batch_notification(
    -batch_num => $self->mojo_mail_batch_count,
    -emails_sent =>
    ($self->mojo_mail_batch_count *
    $self->max_messages_per_connection),
    );

    [/snip]

    in mojo/MOJO/perlib/Mail/Bulkmail/MojoMailServer.pm to:

    [snip]
    $self->mojo_mail_send_obj->_email_batch_notification(
    -batch_num => $self->mojo_mail_batch_count,
    -emails_sent =>
    ($self->mojo_mail_batch_count *
    $self->max_messages_per_connection),
    )if
    ($self->mojo_mail_send_obj->{list_info}->{get_batch_notification}
    == 1);

    [/snip]

     
  • Justin J

    Justin J - 2003-10-29
    • priority: 6 --> 5
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB