Page 1 of 1

EMail

Posted: Wed Dec 14, 2016 5:48 am
by BenMachado
I have to send email using php..
Problem is,how to put while loop in email body

Re: EMail

Posted: Wed Dec 14, 2016 7:40 am
by requinix
You can't. Instead build the message body as a string in the loop.