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

#816 Add default form address override feature #825

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danish1112
Copy link

@danish1112 danish1112 commented Apr 22, 2024

This pull request adds the "Override" feature to the email provider settings modal.

  • Added functionality to override default email provider settings with custom settings for specific templates.
  • Enhanced the modal component to display a list of templates with different 'From' addresses.
  • Added a button to allow users to override the default settings for individual templates.

Copy link
Member

@maxgurewitz maxgurewitz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @danish1112 could you add a link to a video recording of this feature in action? Thank you!

@@ -139,6 +139,28 @@ export default async function settingsController(fastify: FastifyInstance) {
},
});

if (templateIds && templateIds.length > 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you parallelize these updates?

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

Successfully merging this pull request may close these issues.

None yet

2 participants