PHP Email Encryption?

Discussion in 'PHP' started by rockycj, Dec 20, 2010.

  1. #1
    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
     
    rockycj, Dec 20, 2010 IP
  2. tvoodoo

    tvoodoo Active Member

    Messages:
    239
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    53