🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@useatlas/email

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

@useatlas/email

Atlas email action plugin

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

@useatlas/email

Send email reports via the Resend API with domain allowlisting and approval controls.

Install

bun add @useatlas/email

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { emailPlugin } from "@useatlas/email";

export default defineConfig({
  plugins: [
    emailPlugin({
      resendApiKey: process.env.RESEND_API_KEY!,
      allowedDomains: ["myco.com"],
      fromAddress: "Atlas <atlas@myco.com>",
    }),
  ],
});

Config

FieldTypeDefaultDescription
resendApiKeystringResend API key
allowedDomainsstring[]?Only these recipient domains are permitted
fromAddressstring?Atlas <atlas@notifications.useatlas.dev>Sender address
approvalMode"auto" | "manual" | "admin-only"admin-onlyApproval mode for email sends

Reference

  • Plugin SDK docs
  • Authoring guide

Keywords

atlas

FAQs

Package last updated on 10 Mar 2026

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