Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sendim-mandrill

Package Overview
Dependencies
Maintainers
0
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendim-mandrill

[![Test Coverage](https://api.codeclimate.com/v1/badges/68fe8b1922c656a71095/test_coverage)](https://codeclimate.com/github/qlaffont/sendim-mandrill/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/68fe8b1922c656a71095/maintainabil

  • 1.0.172
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
433
increased by35.31%
Maintainers
0
Weekly downloads
 
Created
Source

Test Coverage Maintainability npm npm Snyk Vulnerabilities for npm package NPM

sendim-mandrill

A simple library to send email with Sendim for Mandrill. Old Owner: @flexper

Usage

import { Sendim } from 'sendim';
import { SendimMandrillProviderConfig, SendimMandrillProvider } from 'sendim-mandrill';

const sendim = new Sendim();

await sendim.addTransport<SendimMandrillProviderConfig>(
  SendimMandrillProvider,
  { apiKey: process.env.MANDRILL_APIKEY! },
);

await sendim.sendTransactionalMail({
  templateId: '6',
  to: [
    {
      email: 'test@test.fr',
    },
  ],
  sender: {
    email: 'test@test.fr',
  },
});

Tests

To execute jest tests (all errors, type integrity test)

pnpm test

Maintain

This package use TSdx. Please check documentation to update this package.

FAQs

Package last updated on 23 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc