0

I created a contact form which on the part where it defines what will be received on the email there is:

 $message = ''; 
   // Set Message 
   $message .= "Email enviado por: " . $name . "\r\n"; 
   $message .= "Email: " . $email . "\r\n"; 
   $message .= "Mensagem:"; 
   $message .= $contact_message;  

and the email received has no space between paragraphs:

My question is: How can I add more space between lines and including separate the name from email from message with a blank line?

Thank you

(transposed from stachechxange -- not duplicated)

10000000
  • 55
  • 1
  • 1
  • 5

0 Answers0