Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

sp_send_dbmail, encryption of email content Expand / Collapse
Author
Message
Posted Wednesday, June 13, 2012 2:07 PM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued Member

Group: General Forum Members
Last Login: Monday, April 08, 2013 1:16 PM
Points: 62, Visits: 381
I have not found a way to encrypt an email sent from SQL Server. I'm not talking about the actual transmission of the email. I want to encrypt the content of the email with my cert and and receive the email in outlook as an ecrypted email.

In Unix, there is Mailx and we have a shell script written that we call from Oracle and it uses Mailx to encrypt the email.

Does anyone have a Windows solution or a SQL Server solution for encrypting the content of email sent from SQL Server? It would not include such things as PGP or PKZIP.
Post #1315473
Posted Wednesday, June 13, 2012 2:11 PM


SSCommitted

SSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommittedSSCommitted

Group: General Forum Members
Last Login: Friday, May 10, 2013 4:07 PM
Points: 1,943, Visits: 8,227
Have you tried EncryptByCert ?

http://technet.microsoft.com/en-us/library/ms188061




Clear Sky SQL
My Blog
Kent user group
Post #1315475
Posted Wednesday, June 13, 2012 2:17 PM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued Member

Group: General Forum Members
Last Login: Monday, April 08, 2013 1:16 PM
Points: 62, Visits: 381
I like your idea, encrypt the results of the query that is then sent by sp_send_dbmail.

I'll look into a solution involving both.

Thanks you!
Post #1315480
Posted Tuesday, February 19, 2013 3:59 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: General Forum Members
Last Login: 2 days ago @ 7:26 AM
Points: 1, Visits: 133
Do you got the solution on this?
Are you able to encrypt your email sent from database mail from SQL Server?

I am having similar requirement and not finding a solution.
Post #1421526
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse