Fix amdinDomain not passed to the MailRelaySettingsItem

This commit is contained in:
Girish Ramakrishnan
2025-11-13 12:58:45 +01:00
parent 83056519ec
commit b2941894cd
4 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ const RELAY_PROVIDERS = [
{ provider: 'postmark-smtp', name: 'Postmark', host: 'smtp.postmarkapp.com', port: 587, spfDoc: 'https://postmarkapp.com/support/article/1092-how-do-i-set-up-spf-for-postmark' },
{ provider: 'sendgrid-smtp', name: 'SendGrid', host: 'smtp.sendgrid.net', port: 587, username: 'apikey', spfDoc: 'https://sendgrid.com/docs/ui/account-and-settings/spf-records/' },
{ provider: 'sparkpost-smtp', name: 'SparkPost', host: 'smtp.sparkpostmail.com', port: 587, username: 'SMTP_Injection', spfDoc: 'https://www.sparkpost.com/resources/email-explained/spf-sender-policy-framework/' },
{ provider: 'noop', name: 'Disable' },
{ provider: 'noop', name: 'Disabled' },
];
// named exports