I'm brand new to PHP. I know there is a way to encrypt HTML email but is there a way to encrypt PHP email? Or is it the same thing. I'm having some problem being able to email using this. Here is what I have: $to="johndoe@gmail.com"; - Would like to be able to encrypt this email. Is there a way to do that? mail($to, $subject, $message, $headers); Please help if you know what to do. As I'm new to PHP and don't know much yet. Thank you. rockycj