Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 356 Bytes

ses

This library allows you to interact with the AWS SES Service

Prerequisites

Installation

npm i @winglibs/ses

Usage

bring ses;

let emailService = new ses.EmailService(emailIdentities: ["[email protected]"]); 

License

This library is licensed under the MIT License.