I am trying to send emails using PHP using data from a database. The issue I am having is that the emails are being combined for each subsequent result match. So if I have 3 users that have the same match criteria, Yes/Yes for example, the first email is clean, the 2nd email contains the contents of the first then second email and the third recipient contains the first, second then third. I am not sure why it is combining messages, but obviously would like it to stop. :-)I am trying to send emails using PHP using data