forked from Aspen-Discovery/aspen-discovery
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: preferredMailSender 2/2 - preferredMailSender system variable
This new preferredMailSender system variable defaults to 'SMTP|AmazonSES|SendGrid" which means it will first look for an SMTP setting when sending email directly from Aspen. If that fails or doesn't exist, it'll then query Amazon SES, and finally SendGrid. This order may be configured through the system variables UI. Test the UI: Drag and drop the options, reorder them, save. Refresh. Verify all is working as intended. Test the functionality: Create a new SMTP setting and attempt sending an email (i.e. through the 'Submit a ticket' feature). Then, create a new Amazon SES setting and reorder the preferredMailSender. Notice it should use the first one selected in priority.
- Loading branch information
Showing
4 changed files
with
53 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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