Brant Winter wrote:
> Hi - Maybe I should be addressing this question to the CF-Newbies list, but
> I will try here anyway!
>
> I need to create a form to submit patient data to another health company be
> email. I was thinking I could easily write the app in CF to do this, but I
> want to secure the actual email with a digital cert. Can this be done ???

In my experience, the only good way to send encrypted email is to use
PGP or GnuPG ... the client who reads the mail uses PGP or GnuPG to
generate a public/private key, then you use CFEXECUTE on the server to
encrypt the email text with PGP or GnuPG using the public key before
sending it.  Then the email can only be read when decrypted with the
private key.

This is not a user friendly method though.

An alternative would be store the data in the database, and simply email
the user a link to the data that they can view over an SSL connection
after entering their username and password.

  - Rick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to