I think the tech support guy is wrong, second opinion please
Posted: Tue Aug 08, 2006 8:51 am
I made a simple php shopping cart that emails orders to the client. I am renting a 'secure server' on which I am hosting the cart. I had to upload the public key for the client's email address. I thought that this was all I had to do so that the emails would be encrypted. They are not being encrypted. The tech support guy now says that it's a problem with my php script, because it is supposed to encrypt the email. Is this correct? How do you encrypt an email with php with a pgp key? Please help.