Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CyberNetikz

    (@cybernetikz)

    Please let us reply you with more details.

    Plugin Author CyberNetikz

    (@cybernetikz)

    hello alsmith,

    yes, actually this is the flow of this plugins as base feature, this way it should do.

    do you want the message to send in some different order/system?

    in cron.php data get by
    WHERE status=’scheduled’ for “queue message”
    and
    WHERE active=’1′ for “smtp servers”

    each time cron job is run process a message with smtp server

    and after message is send

    status updated as
    ‘status’ => ‘sent’

    Thread Starter alsmith

    (@alsmith)

    I was thinking it should send all emails out that were in schedule once the cron ran by using a foreach or while loop marking all that were sent as sent.
    the way it is now it would only send one at a time so if the cron was set for hourly and you had 10 in schedule it would take 10 hours to send.

    Plugin Author CyberNetikz

    (@cybernetikz)

    feature of this plugins is to send once at a time , to keep the server load free.

    it is the original flow/algorithm of this plugins.

    if you want any thing different you can ask for that.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘looping through emails’ is closed to new replies.