I have php sending an email… but Im trying to include a signature, but I can not get it to return to the next line.
example: I want it to display like this:
$Name
$Title
$Company
$Site
$Email
But If I leave it like that, they are all on the same line like so:
$Name $Title $Company $Site $Email
and if I add “\r” or "
" after each line, then it puts an empty line between each one like so:
$Name
$Title
$Company
$Site
Im wondering if anyone can tell me how I would go about this.
thanks