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

Auto-set email_type to Premium if the email is filtered to premium recipients #3404

Open
benborgers opened this issue Sep 7, 2024 · 1 comment
Labels
Module: Paid Subscriptions Type: Bug A problem that impairs or prevents the functions of the product.

Comments

@benborgers
Copy link
Collaborator

Currently the email_type (which determines who can view an archived email on the web) defaults to Public, even if the email was only sent to Premium subscribers via the new filters.

There's a longer-term solution hiding in here, but for now we should at least detect a Premium email and set the email_type to Premium as well.

https://secure.helpscout.net/conversation/2693726667/5405

@benborgers benborgers added Type: Bug A problem that impairs or prevents the functions of the product. Module: Paid Subscriptions labels Sep 7, 2024
@jmduke
Copy link
Member

jmduke commented Sep 9, 2024

In addition to this, we need to figure out how to deal with checks for:

email.email_type == Email.Type.PRIVATE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Paid Subscriptions Type: Bug A problem that impairs or prevents the functions of the product.
Projects
Status: Not started
Development

No branches or pull requests

2 participants