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:
@@ -134,6 +134,7 @@ Click **"Auto Discovery Test"** to automatically test all common port and encryp
|
|||||||
| **SendGrid** | smtp.sendgrid.net | 587 | STARTTLS |
|
| **SendGrid** | smtp.sendgrid.net | 587 | STARTTLS |
|
||||||
| **Mailgun** | smtp.mailgun.org | 587 | STARTTLS |
|
| **Mailgun** | smtp.mailgun.org | 587 | STARTTLS |
|
||||||
| **Amazon SES** | email-smtp.us-east-1.amazonaws.com | 587 | STARTTLS |
|
| **Amazon SES** | email-smtp.us-east-1.amazonaws.com | 587 | STARTTLS |
|
||||||
|
| **Mail Assure** | smtpout.mtaroutes.com | 587 | STARTTLS |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
<option value="sendgrid">SendGrid</option>
|
<option value="sendgrid">SendGrid</option>
|
||||||
<option value="mailgun">Mailgun</option>
|
<option value="mailgun">Mailgun</option>
|
||||||
<option value="amazonses">Amazon SES</option>
|
<option value="amazonses">Amazon SES</option>
|
||||||
|
<option value="mailassure">Mail Assure</option>
|
||||||
<option value="custom">💾 Last Used Configuration</option>
|
<option value="custom">💾 Last Used Configuration</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -34,6 +34,12 @@ const PRESETS = {
|
|||||||
port: '587',
|
port: '587',
|
||||||
secure: 'false',
|
secure: 'false',
|
||||||
name: 'Amazon SES'
|
name: 'Amazon SES'
|
||||||
|
},
|
||||||
|
mailassure: {
|
||||||
|
host: 'smtpout.mtaroutes.com',
|
||||||
|
port: '587',
|
||||||
|
secure: 'false',
|
||||||
|
name: 'Mail Assure'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user