I have a situation where at a particular point in time I need to send an email to between 1 and 36 customers and each Customer may have between 1 and 10 different recipients. Obviously each email is tailored to that specific customer so each is different.
So, it is possible to need to send, like 360 emails. This basically halts use on the app while that is happening as it is not possible to run an email sending process in the background.
All emails are html emails.
Has anyone had experience in getting around this situation?
I noticed a thread that discusses options like SMTP2Go and JangoMail but I suspect they are for when you want to send the same email to 100s of people.
Any ideas or comments would be appreciated.