in the form tag:
<form action="mailing-list.php" enctype="text/plain" id="Mailing List" method="post" name="Mailing List">
the encoding type was set to text/plain
i removed the encoding type to fix the problem.
<form action="mailing-list.php" id="Mailing List" method="post" name="Mailing List">