We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a6417 commit fe9ae7cCopy full SHA for fe9ae7c
1 file changed
lib/mailauth.js
@@ -30,7 +30,7 @@ const { isIP } = require('net');
30
* @param {Boolean} [opts.disableArc=false] If true then do not perform ARC validation and sealing
31
* @param {Boolean} [opts.disableDmarc=false] If true then do not perform DMARC check
32
* @param {Boolean} [opts.disableBimi=false] If true then do not perform BIMI check
33
- * @returns {Object} Authentication result
+ * @returns Authentication result
34
*/
35
const authenticate = async (input, opts) => {
36
opts = Object.assign({}, opts); // copy keys
0 commit comments