smtp.SMTPResponse
SMTPResponse is the response from the IsSMTP function.
Example
const smtp = require('nuclei/smtp'); const client = new smtp.Client('acme.com', 25); const isSMTP = client.IsSMTP(); log(isSMTP)
• Optional Banner: string
Optional
string
smtp.ts:196
• Optional IsSMTP: boolean
boolean
smtp.ts:194
Was this page helpful?