@emailme/emailme-js
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@emailme/emailme-js utility function for sending email notifications to the emailMe api

The emailMe package is a utility for sending email notifications using the Email Me API. It provides a simple and convenient way to send emails with customizable options.

Installation

npm install @emailme/emailme-js

or

yarn add @emailme/emailme-js

Add your API key to your .env file:

EMAIL_ME_API_KEY=YOUR_KEY

Then you're able to import the function and send email notifications to your email.

import { emailMe } from '@emailme/emailme-js'

emailMe('emailMe is the best', 'it sure is')

Note: Your API key is not public do not use on any client side application. If you are using Next.js we recommend using it only in Server actions or in API routes.

Readme

Keywords

none

Package Sidebar

Install

npm i @emailme/emailme-js

Weekly Downloads

4

Version

1.1.1

License

MIT

Unpacked Size

19.9 kB

Total Files

8

Last publish

Collaborators

  • swan15