How can I send a secure email from a webpage?
am 06.03.2007 10:44:25 von john_aspinall
Hi,
I want to send an email form on an ASP page and make it secure/
encrypted when sending it to the recipient. Does anyone know how I
might easily achieve this - or should I be going through some other
method to achieve this. Maybe writing to a database file and
providing secure access to a page?
Thanks...John
Re: How can I send a secure email from a webpage?
am 06.03.2007 15:03:30 von Anthony Jones
wrote in message
news:1173174265.111197.259920@n33g2000cwc.googlegroups.com.. .
> Hi,
>
> I want to send an email form on an ASP page and make it secure/
> encrypted when sending it to the recipient. Does anyone know how I
> might easily achieve this - or should I be going through some other
> method to achieve this. Maybe writing to a database file and
> providing secure access to a page?
The latter is a more doable solution. Save the contents of the Email as a
file on the. Send a https link to an accessor page for the file in an
email. Require logon details before displaying file contents.
>
> Thanks...John
>