🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@storyous/mailer

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@storyous/mailer

## Usage

Source
npmnpm
Version
1.0.4
Version published
Maintainers
7
Created
Source

mailer

Usage

import mailer from '@storyous/mailer';

const sender = mailer.createSender({
    from: 'test@storyous.cz',
    to: 'test@storyous.cz',
    template: 'some.template',
    defaultLang: 'cs',
});

 await sender.send({
            bcc: ['dev@storyous.cz', 'dev2@storyous.cz'],
            cc: ['dev@storyous.cz', 'dev2@storyous.cz'],
            replyTo: 'dev@storyous.cz',
            lang: 'en',
        });

FAQs

Package last updated on 24 Oct 2022

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