RE: [PHP] Encrypting email

2009-04-21 Thread Per Jessen
Bob McConnell wrote: > These will be targeted emails for selected recipients, primarily in > the Security and Public Safety offices. But they will be sent via > public mail servers, so the content must be protected. The question is - to what extent? You can use TLS for server-to-server encryptio

RE: [PHP] Encrypting email

2009-04-21 Thread Per Jessen
tedd wrote: > However, if your client wants to send stuff to anyone and have it > encrypted without knowing who the receiver is going to be, then there > is no way to do this. As long as the intended receiver has the appropriate key to decrypt the email, the client does not need to know the inte

RE: [PHP] Encrypting email

2009-04-21 Thread Per Jessen
Bob McConnell wrote: > From: tedd >> At 8:39 AM -0400 4/21/09, Bob McConnell wrote: >>>I have been asked by a product manager what our options are for >>>encrypting email messages with sensitive information. We are >>>currently using PHPMailer to send email. What can be done to encrypt >>>those me

Re: [PHP] Encrypting email

2009-04-21 Thread haliphax
On Tue, Apr 21, 2009 at 9:43 AM, Bob McConnell wrote: > From: tedd [mailto:tedd.sperl...@gmail.com] >> At 9:49 AM -0400 4/21/09, Bob McConnell wrote: >> >From: tedd >> >>  At 8:39 AM -0400 4/21/09, Bob McConnell wrote: >> >>>I have been asked by a product manager what our options are for >> >>>enc

RE: [PHP] Encrypting email

2009-04-21 Thread Bob McConnell
From: tedd [mailto:tedd.sperl...@gmail.com] > At 9:49 AM -0400 4/21/09, Bob McConnell wrote: > >From: tedd > >> At 8:39 AM -0400 4/21/09, Bob McConnell wrote: > >>>I have been asked by a product manager what our options are for > >>>encrypting email messages with sensitive information. We are cur

Re: [PHP] Encrypting email

2009-04-21 Thread Bastien Koert
On Tue, Apr 21, 2009 at 10:14 AM, tedd wrote: > At 9:49 AM -0400 4/21/09, Bob McConnell wrote: > >> From: tedd >> >>> At 8:39 AM -0400 4/21/09, Bob McConnell wrote: >>> I have been asked by a product manager what our options are for encrypting email messages with sensitive information.

RE: [PHP] Encrypting email

2009-04-21 Thread tedd
At 9:49 AM -0400 4/21/09, Bob McConnell wrote: From: tedd At 8:39 AM -0400 4/21/09, Bob McConnell wrote: I have been asked by a product manager what our options are for encrypting email messages with sensitive information. We are currently using PHPMailer to send email. What can be done to enc

RE: [PHP] Encrypting email

2009-04-21 Thread Bob McConnell
From: tedd > At 8:39 AM -0400 4/21/09, Bob McConnell wrote: >>I have been asked by a product manager what our options are for >>encrypting email messages with sensitive information. We are currently >>using PHPMailer to send email. What can be done to encrypt those >>messages? Can it be done withou

Re: [PHP] Encrypting email

2009-04-21 Thread tedd
At 8:39 AM -0400 4/21/09, Bob McConnell wrote: I have been asked by a product manager what our options are for encrypting email messages with sensitive information. We are currently using PHPMailer to send email. What can be done to encrypt those messages? Can it be done without OOP? Server conf

Re: [PHP] Encrypting email

2009-04-21 Thread Per Jessen
Bob McConnell wrote: > I have been asked by a product manager what our options are for > encrypting email messages with sensitive information. We are currently > using PHPMailer to send email. What can be done to encrypt those > messages? Can it be done without OOP? > Yes, that's no problem. Lo