UNPKG

mailauth

Version:

Email authentication library for Node.js

15 lines (11 loc) 197 B
'use strict'; module.exports = { trusted: [ // Gsuite/Gmail 'google.com', // O365 'microsoft.com', // Fastmail 'messagingengine.com' ] };