#
OhMySMTP Node.js LibraryThis is the official Node.js library for the https://ohmysmtp.com transactional email API
#
Quick Start#
Pre-requisitesFirst you will need to retrieve your API token for your sending domain from OhMySMTP. You can find it under Organization -> Domain -> API Tokens
Your domain must have completed DKIM authorization and have an active plan to send emails.
#
InstallationIf using NPM
npm install --save @ohmysmtp/ohmysmtp.js
If using Yarn
yarn add @ohmysmtp/ohmysmtp.js
#
Sending an email#
DocumentationSee https://docs.ohmysmtp.com/integrations/node for detailed documentation and all options
#
Issues, Support & ContributionsIf you have any difficulties please contact support@ohmysmtp.com or open an issue on github.
Contributions are always welcome
#
LicenseMIT