Jump to content

Cant go on next line in PHP mail() message


gasma1975

Recommended Posts

Hi,

 

(I'm using PHP mail on a APPACHE windows server)

 

How do you create a message with multiple lines.

 

I tried:

$msg = "this text is on the first line" . "\n\n" . "This text is on the second line" ;

 

But the problem is that I get both inline...so how to ?

 

thx

Link to comment
https://forums.phpfreaks.com/topic/88103-cant-go-on-next-line-in-php-mail-message/
Share on other sites

I tried it and its not working !  ???

 

I need to be able to build my message.

 

Because I POST values from my form to email them after.

 

So I get all data inline, its very hard to read and its really not sexy !

 

So this is why I use the append .

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.