I have this PHP code:
mail($email, $subject,
"Welcome to **!
The password for your account is:
$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?