chore: replace support@opensecret.cloud with support@trymaple.ai in emails#182
Open
devin-ai-integration[bot] wants to merge 4 commits into
Open
chore: replace support@opensecret.cloud with support@trymaple.ai in emails#182devin-ai-integration[bot] wants to merge 4 commits into
devin-ai-integration[bot] wants to merge 4 commits into
Conversation
Co-Authored-By: tony@opensecret.cloud <TonyGiorgio@protonmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: tony@opensecret.cloud <TonyGiorgio@protonmail.com>
…ext in project emails Co-Authored-By: tony@opensecret.cloud <TonyGiorgio@protonmail.com>
Co-Authored-By: tony@opensecret.cloud <TonyGiorgio@protonmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates support email references in email templates with appropriate handling per email type:
Project-level emails (sent to end-users of apps like Maple or third-party apps):
send_password_reset_confirmation_email— replaced hardcoded email with generic "please contact our support team immediately"send_account_deletion_confirmation_email— replaced hardcoded email with generic "please contact our support team immediately"These templates serve all projects (Maple + third parties), so a hardcoded support email isn't appropriate. The generic text matches the pattern used by other project-level templates (verification, password reset request, etc.) which already don't reference a specific email.
Platform-level email (for OpenSecret developer portal):
send_platform_password_reset_confirmation_email— kept assupport@opensecret.cloud(this is the OpenSecret platform, not Maple)Maple-specific email (welcome email):
support@trymaple.ai— unchangedAlso updates
pcrDev.jsonwith new PCR values since the compiled binary changed.Review & Testing Checklist for Human
support@opensecret.cloudNotes
A future improvement could add a
support_emailfield toEmailSettingsso each project can configure their own support address, allowing project-level emails to include the correct support contact per-project.Link to Devin session: https://app.devin.ai/sessions/ac51ba6852ae4ffb8c4ab78985919d1a
Requested by: @AnthonyRonning