Encrypted Email

Discussion in 'ASP.NET / ASP.NET Core' started by forewordmag, Jun 22, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello,
    I have a need to encrypt an email that is being sent from a page that is SSL encrypted. I have seen several software packages that do this, but I don't think DA has them installed. There are even some free add-ins that allow this. Does anyone have any ideas on how I might get around this problem? I am runnin a site that is mixed classic asp and .net with MSACCESS as a backbone. I was wondering if aspNetEmail or aspNetMX have anything like this already built into them. Thanks,
    joe
    www.forewordmagazine.com

    Joe
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    ASPNetMX is for MX record validation, it will not do what you want.

    I do not believe ASPNetEMail handles encryption either.

    Setting up encrypted email is usually fairly complex because for most encryption methods (other than 1way hash) require installation of some sort of key.

    If you have sensitive content, why email it?? I would set up a web form and secure it with password protection and SSL.

    quote:Originally posted by forewordmag

    Hello,
    I have a need to encrypt an email that is being sent from a page that is SSL encrypted. I have seen several software packages that do this, but I don't think DA has them installed. There are even some free add-ins that allow this. Does anyone have any ideas on how I might get around this problem? I am runnin a site that is mixed classic asp and .net with MSACCESS as a backbone. I was wondering if aspNetEmail or aspNetMX have anything like this already built into them. Thanks,
    joe
    www.forewordmagazine.com

    Joe
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page