How to change the format of mail?

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
premecorp
Forum Newbie
Posts: 15
Joined: Fri Nov 04, 2011 9:12 am

How to change the format of mail?

Post by premecorp »

Hello Friends,
I have used mail function and its working perfectly but I want to change the format of coming mail. I have a html form with multiple fields like Name, Email, Phone.... and I am getting the mail like NameEmailPhone... because I have used concatenate all the message variable.

I need the mail like
Name: ------
Email: ------
Phone: ------

If anyone have any idea regarding this please help me.....
nowaydown1
Forum Contributor
Posts: 169
Joined: Sun Apr 27, 2008 1:22 am

Re: How to change the format of mail?

Post by nowaydown1 »

Hey premecorp,

Can you please post the code that is sending your mail now? You'll get a lot more bites on your thread if we can see what you actually have going now.
Post Reply