I use slice to send email to my members.
When I add a view as data in foreach loop to send an email the content of first email is added to all others, seems the view data is not cleared.
It's weird because when I load the view normaly (not using slice) and send email it's working well.