we do this as a payment option for our commerce app. Works really well using cfx_pgp
> -----Original Message----- > From: Lucas Sherwood [mailto:[EMAIL PROTECTED] > Sent: 04 December 2003 13:19 > To: [EMAIL PROTECTED] > Subject: Re: [ cf-dev ] Digitally Signed Emails > > > There is another option here, I am not sure what you are > trying to achieve but this could be done using PGP. You could > create a message as a string, then generate a pgp signature > for the string and mail them as a whole... > > This would give you some authentication/verification of the message... > > L. > > > On 4/12/03 1:10 pm, "Paul Fennell" <[EMAIL PROTECTED]> wrote: > > > hmm, > > But In Doing that Neil you are in effect breaching the priniple of > > digitaly signed emails which are ment that you are suer the email > > orginaled from the senders email client / pc and there key combo - > > rather than an application server ? - if a server can send those > > whats to stop the server been used for phishing ? > > > > Dgitaly signed emails outbound is really a task for an email proxy > > server that way you can avoid having to implement a costly > PKI digital > > certificate infrastructure. > > > > > > ---- Message from "Robertson-Ravo, Neil (RX)" > > <[EMAIL PROTECTED]> at 13:01:02 2003-12-04 ------ > >> Is there anything special you need to setup for CF to send a > >> digitally signed email via CFMAIL? > >> > >> > >> -- > >> ** Archive: > http://www.mail-archive.com/dev%> 40lists.cfdeveloper.co.uk/ > >> > > >> To unsubscribe, e-mail: > [EMAIL PROTECTED] > >> For additional commands, e-mail: > [EMAIL PROTECTED] For > >> human help, e-mail: [EMAIL PROTECTED] > >> > > > > > > > > > > > -- > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
