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!
I'm sure this has been asked/answered before, but nothing came up on the search. I can make newlines with \n in a text/plain email, and I can have HTML in a text/html email, but not both.
In a mail() function, I can make newlines (line breaks) with "\n" if the content type is text/plain. However, this doesn't allow for HTML like <b> tags and whatnot.
If the content type is text/html, the "\n" don't work.