mirror of
https://github.com/DeNNiiInc/Advanced-Smtp-Tester.git
synced 2026-04-17 17:35:59 +00:00
Feat: Add Mail Assure to quick presets
This commit is contained in:
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user