Feat: Add Mail Assure to quick presets

This commit is contained in:
2025-12-27 20:20:17 +11:00
parent 592f82d73e
commit 51c2d4378b
3 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ const PRESETS = {
port: '587',
secure: 'false',
name: 'Amazon SES'
},
mailassure: {
host: 'smtpout.mtaroutes.com',
port: '587',
secure: 'false',
name: 'Mail Assure'
}
};