It’s not very active in here. Gona try for the last time here if perhaps someone can help. I understand there needs to be time involved of it, but it’s a very nice module which can use an update
Realy like to have the module tuned with:
- send automatic ’thank u’ email to subscriber
- checks if there are double emailaddresses when it’s sending the mailing so people doesnt receive it 2x when subscribed twice
-
the nice grouped version timer sending doesn’t work with me <- Add below code to temailer/ajax/send.php: sleep(5) time between sending each email 5 seconds
//update the sent flag
$modx->db->update("sent=1", $modx->getFullTableName('temailinglist'), "id=" . $row['id']);
//slow down the mailer so it doesn't bomb
sleep(5);
}
}
Little less important:
- languages
- design / css
Would be awesome:
- convert to REVOLUTION