EMail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kochus
Forum Newbie
Posts: 4
Joined: Thu Nov 06, 2014 11:45 pm

EMail

Post by kochus »

I have to send email using php..
Problem is,how to put while loop in email body
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: EMail

Post by Celauran »

Create a string, append to it while iterating over the loop, send that string as message body.
Post Reply