@superlogica/super-email-client-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Super e-mail Client JS

What is Super e-mail Client?

lib JS for send e-mail from Superlógica e-mail service

Getting started

To install the lib just run the command:

npm install @superlogica/super-email-client-js

Ready!

Now you can use the available interfaces and the adapter.

How it works?

The most basic possible use is to import default (adapter) and use it, as in the following example:

import { SuperEmail } from '@superlogica/super-email-client-js';

const superEmail = new SuperEmail({
    apiKey: 'MY_API_KEY'
})

await superEmail.send({
    to: 'email@teste.com',
    from: 'sender@teste.com',
    subject: 'Hello, World',
    text: 'Hi!',
    html: '<strong>Superlógica</strong>'
})

Readme

Keywords

Package Sidebar

Install

npm i @superlogica/super-email-client-js

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

41.5 kB

Total Files

34

Last publish

Collaborators

  • murilosuperlogica
  • ennio.octavio
  • g-portugues
  • matheus.leal
  • mdpbaptista10
  • henriquebava
  • diogorighisl
  • jhonatas.superlogica
  • wilsinprado