@types/nodemailer-ses-transport
TypeScript icon, indicating that this package has built-in type declarations

1.5.5 • Public • Published

Installation

npm install --save @types/nodemailer-ses-transport

Summary

This package contains type definitions for nodemailer-ses-transport (https://github.com/nodemailer/nodemailer-ses-transport).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer-ses-transport.

index.d.ts

import * as AWS from "aws-sdk2-types";
import * as nodemailer from "nodemailer";

declare namespace sesTransport {
    interface SesOptions {
        SES: AWS.SES;
        component?: string | undefined;
        maxConnections?: number | undefined;
        sendingRate?: number | undefined;
    }
}

declare function sesTransport(options: sesTransport.SesOptions): nodemailer.Transport;

export = sesTransport;

Additional Details

Credits

These definitions were written by Seth Westphal.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/nodemailer-ses-transport

    Weekly Downloads

    15,168

    Version

    1.5.5

    License

    MIT

    Unpacked Size

    3.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • types