Page 1 of 1

EMail

Posted: Thu Dec 04, 2014 3:19 am
by kochus
I have to send email using php..
Problem is,how to put while loop in email body

Re: EMail

Posted: Thu Dec 04, 2014 6:41 am
by Celauran
Create a string, append to it while iterating over the loop, send that string as message body.