Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the email being 'Confidential' (so that it cannot be forwarded on) #219

Open
ericknizard opened this issue Aug 14, 2024 · 2 comments

Comments

@ericknizard
Copy link

Hello - we are trying to send users with information via an email using vizalert. For some of these emails, we need to ensure that the recipient doesn't forward the email on i.e. selecting the 'Do Not Forward' option in Outlook (under File > Encrypt).

How can this be achieved?

@ericknizard
Copy link
Author

@mcoles @jdrummey - any chance you can provide us with some pointers on how to achieve this?

@jdrummey
Copy link
Collaborator

@ericknizard VizAlerts uses the smptlib library that uses the standard SMTP protocol to connect to mail servers like Exchange, Gmail, etc.

Exchange/Outlook has a number of features that aren't part of the SMTP protocol so you'd have to rewrite the mailer portion of VizAlerts (emailer.py) to use a different library for interacting with Exchange (and you'd need to find that library and make sure it's up to date with your version of Exchange) plus add the necessary code & config options in VizAlerts for making some emails be encrypted vs. others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants