mailauth
Version:
Email authentication library for Node.js
31 lines (25 loc) • 623 B
JavaScript
;
module.exports = {
trusted: [
// GSuite/Gmail
'google.com',
// O365
'microsoft.com',
// From https://github.com/trusteddomainproject/ARC_Community_Sealers/blob/master/community_sealer_whitelist
'gmail.com',
'googlegroups.com',
'messagingengine.com',
'pobox.com',
'topicbox.com',
'umich.edu',
'fastmail.com',
'fastmail.fm',
'one.com',
'securemx.jp',
// Zone.eu specific
'zone.eu',
'teliaklm.ee',
// Forward Email
'forwardemail.net'
]
};