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!
Hi i have set up my site so that it emails you a link and your info when you register and all works fine, the only thing is, i am looking to change the font colour in the email.
I have tried using the normal html font colour codes but that just displays as a code in the email rather than changing the colours.
Can any1 help me with thsi please?
Thanks
excelent thanks, i tried sending mail via html before so i could use the </br> syntax to new line but wouldnt work, thanks for the response.
And the last question, i expect if your using php it would be something like using the include comand or the '$text = file_location/file_name'
not sure but just a guess
me666 wrote:excelent thanks, i tried sending mail via html before so i could use the </br> syntax to new line but wouldnt work, thanks for the response.
And the last question, i expect if your using php it would be something like using the include comand or the '$text = file_location/file_name'
not sure but just a guess
Yeah, I'm gonna look around for it. Nothing pressing yet. You know if you just want a new line, you could seperate with a "\n" that works in emails.
yea found that on the net too.... only thing is if i use that in my php created email it dosent send and i get a delivery failer after 5 attempts of sending it, not sure why as this is the only solution i found on the net
thanks anyways