Good Afternoon! Thank you SO much for the tutorial on using PHP to send contact form info through email. I now have a working form/email solution but would like to apply some basic formatting to the email that is generated. Here’s what I get now:
[FONT=arial]You have received a proposal request from the TBS website. It was submitted on Thursday, June 14th, 2012 at 12:22 PM.[/FONT]
[COLOR=#500050][FONT=arial]
County : Houston
State : GA
2011 : 1
[/FONT][/COLOR]
[FONT=arial]2010 : 2[/FONT]
[FONT=arial]2009 : 5[/FONT]
[FONT=arial]CategoryOneAccounts : 54[/FONT]
[FONT=arial]CategoryOneFMV : 5[/FONT]
[FONT=arial]CategoryTwoAccounts : 4[/FONT]
[FONT=arial]CategoryTwoFMV : 545[/FONT]
[FONT=arial]CategoryThreeAccounts : 45[/FONT]
[FONT=arial]CategoryThreeFMV : 45[/FONT]
[FONT=arial]CategoryFourAccounts : 45[/FONT]
[FONT=arial]CategoryFourFMV : 45[/FONT]
[FONT=arial]CategoryFiveAccounts : 45[/FONT]
[FONT=arial]CategoryFiveFMV : 45[/FONT]
[FONT=arial]CategorySixAccounts : 45[/FONT]
[FONT=arial]CategorySixFMV : 45[/FONT]
[FONT=arial]TotalAccounts : 454[/FONT]
[FONT=arial]FMVTotal : 54[/FONT]
[FONT=arial]Name : Chris Walters[/FONT]
[FONT=arial]Email : [/FONT]email@test.com
[FONT=arial]Fax : [/FONT]770-111-1111
I would like to selectively insert line breaks between certain lines to make it easier to read, also apply “$” before the values of some fields.
Additionally, I would like for the email that is sent (to the email address specified in my PHP file) to appear as though it is sent from the email that is submitted on my form. (email@test.com). Can this be done? Thanks in advance!