-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
feat: unsubscribe link to user profile #8637
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
@@ -537,14 +537,11 @@ export class EmailService { | |||
}, | |||
): Promise<IEmailEnvelope> { | |||
if (this.configured()) { | |||
const unsubscribeUrl = '{{amazonSESUnsubscribeUrl}}'; // FIXME: Add unsubscribe URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will probably need to also put unsubscripe url in headers. We need it on this level
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But it will be different from the profile link that I used and composed in the template. I will add a task for the header in issue tracking
Co-authored-by: Tymoteusz Czech <[email protected]>
About the changes
Show link to user profile where she can manager email subscription
Important files
Discussion points