Interface: IsSMTPResponse

smtp.IsSMTPResponse

IsSMTPResponse is the response from the IsSMTP function.

Example

const smtp = require('nuclei/smtp');
const isSMTP = smtp.IsSMTP('acme.com', 25);
log(toJSON(isSMTP));

Table of contents

Properties

Properties

Optional Banner: string

Defined in

smtp.ts:189


IsSMTP

Optional IsSMTP: boolean

Defined in

smtp.ts:187