How invite and mass mailer plugins works?

I mean, let’s say that a user invite all his friends, o the admin has to send a mail to all the users, and there’ll we a lot of emails to be sent (could be 100, 500, 1000, 10000 or more), how these two plugins work? do they send all the email all by one shot (the best way to have the ip banned :slight_smile: ) or do they send a chunk (how big?) of them every X minutes using a cron (or stuff like that)?

  • Andrew
    • Champion of Loops

    The plugins loop through the emails addresses and send the emails one at a time. There’s nothing fancy like breaking it down into chunks going on.

    We’ll be releasing a plugin integrating WP/WPMU with a popular mailing list service in the future. That may be a better option for you if you’re concerned about getting your server IP banned.

    Thanks,

    Andrew

  • Andrew
    • Champion of Loops

    No ETA at the moment. It hasn’t been thoroughly tested yet, etc.

    how many email do you think invite/mass mailer can handle in that way without the risk of an ip ban?

    Not sure really. We’ve sent 75K+ emails from Edublogs over a period of 24 hours before if that helps.

    Thanks,

    Andrew

  • Huemac
    • Site Builder, Child of Zeus

    > No ETA at the moment. It hasn’t been thoroughly tested yet, etc.

    Ok :slight_smile:

    > Not sure really. We’ve sent 75K+ emails from Edublogs over a period of 24 hours before if that helps.

    Without problems? I know it’s a bit OT, but do you have a single server to handle just emails? Do you have any hint about how not risk an ip ban (or be set as spam)? (for now i’ve set the rdns and the spf)

  • Andrew
    • Champion of Loops

    Hiya,

    Without problems?

    Yep.

    I know it’s a bit OT, but do you have a single server to handle just emails?

    Nope.

    Do you have any hint about how not risk an ip ban (or be set as spam)?

    I think it’s probably best if you consult Google on this one. I could provide tips but I can’t provide a how to guide for sending a ton of emails without getting flagged.

    Thanks,

    Andrew

  • Huemac
    • Site Builder, Child of Zeus

    > I think it’s probably best if you consult Google on this one.

    > I could provide tips but I can’t provide a how to guide for sending a ton of emails without getting flagged.

    Tips are more than welcome :slight_smile: or at least any useful term to google about (just like rdns and spf)