I've sent several messages at one time and letter which should be sent to last email sended to all emails. And there were 2 copies of letter for each of recipients.
Now changed mailer to swiftmailer and all is ok, it sends one copy with right content.
If I understood you right, you were having problems sending multiple emails. This should now be fixed as the Swift_Mailer instance is now reset after a message is sent.
Hi, I've used following code
I've sent several messages at one time and letter which should be sent to last email sended to all emails. And there were 2 copies of letter for each of recipients. Now changed mailer to swiftmailer and all is ok, it sends one copy with right content.