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…