Interface: IsSMTPResponse
smtp.IsSMTPResponse IsSMTPResponse is the response from the IsSMTP function.Example
Table of contents
Properties
Properties
Banner
•Optional Banner: string
Defined in
smtp.ts:189IsSMTP
•Optional IsSMTP: boolean
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Example
const smtp = require('nuclei/smtp');
const isSMTP = smtp.IsSMTP('acme.com', 25);
log(toJSON(isSMTP));
Optional Banner: string
Optional IsSMTP: boolean
Was this page helpful?