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
BenMachado
Forum Newbie
Posts: 1
Joined: Wed Dec 14, 2016 5:44 am

EMail

Post by BenMachado »

I have to send email using php..
Problem is,how to put while loop in email body
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: EMail

Post by requinix »

You can't. Instead build the message body as a string in the loop.
Post Reply