• Resolved johansenit

    (@johansenit)


    Thx for letting me test the beta with connection to Mandrill. It works smootly, and the setup is a charm!

    But, like without any mailplugin or Mandrill-plugin, my problem is still there…

    Setup: WP, with BuddyPress, and plugin MassMailing.
    400 users.

    When a mail(pm)) is sent to all members, the website is frozen.. while execution.. untill approx: 2:45 min, when it comes to an halt. 216 mails have been sent

    https://wordpress.org/plugins/postman-smtp/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    That doesn’t sound right… Can you confirm that your newsletter attempt is in the log? Tools > Email Log

    I have a feeling your newsletter plugin is bypassing both wp mandrill and Postman.

    Thread Starter johansenit

    (@johansenit)

    Snip from Controlpanel:

    Postman is configured and has delivered 216 emails.

    Postman will send mail via the 🔐Mandrill API.

    Its the same with Tools>Email log

    Its my testsystem, with a copy of livedata, so we can do anything. Just let me know.

    Thread Starter johansenit

    (@johansenit)

    hmm.. hold your horses.. testing some more.. will return

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    I haven’t heard of MassMailing. Where can I find it? I want to open it and see what’s going on.

    Thread Starter johansenit

    (@johansenit)

    https://wordpress.org/plugins/mass-messaging-in-buddypress/

    It behaves reasonably (found one non-significant error)
    1) It calls messages_new_message() in buddypress/bp-messages/bp-messages-functions.php
    2)messages_new_message() calls send() in buddypress/bp-messages/classes/class-bp-messages-message.php

    No loops before send(), but there the code becomes to complicted for me… 😉

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    When a mail(pm)) is sent to all members, the website is frozen.. 216 mails have been sent
    Postman is configured and has delivered 216 emails.

    Ok. I understand now. So instead of creating a single email message with 216 recipients, mass messaging, or buddy press, is creating 216 emails each with a single recipient. That’s stupid :p No wonder it times out.

    Definitely looks like the mail queuing plugin is your answer!!

    You might want to post a message on Mass Messaging questioning this behaviour. I don’t see how that could work anywhere with more than a couple hundred users.

    Thread Starter johansenit

    (@johansenit)

    You are absolutely right, but the problem seems to be in BuddyPress.. fortunately, as this is beeing further developed.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Timeout sending more taht 2016 mails’ is closed to new replies.