I have this PHP code:
mail($email, $subject,
"Welcome to **!\n\n The password for your account is:\n $password",
$headers);
Adding   to the php email content does not insert spaces.
I want to put two spaces between the colon and $password. Is there a way to add spaces?
You can send the email as HTML which requires extra headers and actual HTML in your message body: