> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-v3-2-3-updates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Smtp.SMTPResponse

# Interface: SMTPResponse

[smtp](/templates/protocols/javascript/modules/smtp).SMTPResponse

SMTPResponse is the response from the IsSMTP function.

**`Example`**

```javascript
const smtp = require('nuclei/smtp');
const client = new smtp.Client('acme.com', 25);
const isSMTP = client.IsSMTP();
log(isSMTP)
```

## Table of contents

### Properties

* [Banner](/templates/protocols/javascript/modules/smtp.SMTPResponse#banner)
* [IsSMTP](/templates/protocols/javascript/modules/smtp.SMTPResponse#issmtp)

## Properties

### Banner

• `Optional` **Banner**: `string`

#### Defined in

smtp.ts:196

***

### IsSMTP

• `Optional` **IsSMTP**: `boolean`

#### Defined in

smtp.ts:194
