- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
I recommend to look at this thread. The mail handling in your version of LimeSurvey might close the SMTP connection after each email too.maestro1315 wrote: Can anyone explain what the process is when LS is sending emails ?
I'm seeing on average it takes about 3 seconds to send each email. This is using a SMTP server that can easily bulk send 1000's of emails with no issue.
That's no technical restriction by the environment but by the current code. It should be possible to create 10 emails with different content and then send 10 via one smtp connection too. There might be other restrictions like memoryusage or crashrisk which is lower with the current concept doing it 1 by 1.DenisChenu wrote: We send different email for each token : then need to send email one by one …
DenisChenu wrote: We send different email for each token : then need to send email one by one …
Else : SMPT connect authentication etc … if your network are bad : it can take time. Seems the case here.
Since your host yourself : you can use php mail fucntion to send to sendmail using your smtp server as relay.