Hi to all,
I want to send a mail from a form, where the user selects a couple of customers from a checkbox list for example emailA, emailB, emailC
emailA = test1@gmail.com
emailB = test2@gmail.com
emailC = test3@gmail.com
Using @mailsend works perfectly for sending mail to all intended recipients.
Now the problem that I have is I want to send a e-mail one at a time to the different users, instead of to all at the same time.
Why I want to do this is because I don’t want emailA to see that I have send this mail to emailB and so on.
I have tried using BCC, but this is not always working correctly as different email programs you can actually see who is the BCC mail users.
Any help would be really helpful.