New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@moongift/customers-mail-cloud

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moongift/customers-mail-cloud

`npm i @moongift/customers-mail-cloud`

latest
npmnpm
Version
1.3.1
Version published
Maintainers
1
Created
Source

Customers Mail Cloud for Node.js

Install

npm i @moongift/customers-mail-cloud

Usage

Init

const client = new CustomersMailCloud(api_user, api_key)

Send mail

const res = await client
  .trial()
  .setFrom(config.from.name, config.from.address)
  .addTo(config.to.name, config.to.address)
  .setSubject('テストメール')
  .setText('これはNode.jsライブラリから送信されたテストメールです')
  .addAttachments('./test.png')
  .addAttachments('./package.json')
  .send()

Licese

MIT

FAQs

Package last updated on 25 Jun 2025

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