- Posts: 146
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Deusdeorum wrote: There is a few options here:
- You can use a cron plugin to automatically send out invitations, I think a solution already exist for purchase somewhere.
- You can use the API to invite_participants(), api.limesurvey.org/classes/remotecontrol..._invite_participants , simply loop the survey until all the invitations has been sent, make sure to add some delay otherwise you will most likely get listed as a spammer
- A more ugly way would be to have a click function on a server somewhere, click "invite participants" every 15 min, could be coded as a bash script and identify the button for invitations, same as above, use some kind of delay
DenisChenu wrote: Did you look at :
- www.limesurvey.org/index.php?option=com_...dMailAjax&Itemid=729
=> extensions.sondages.pro/mailing-manageme...k/documentation.html
?
Deusdeorum wrote: What happens if you click the button manually? Is it still sending only 40 emails?
:blink: sending it in batch dpon't change the spam issue, really no reason.Mazi wrote: .....e sending such a huge amount of emails should definitely by done in batches to prevent being treated as spam or being put on blacklists.
.....