iiRecord
Agentic AI Atlas · Nodemailer
library:nodemailera5c.ai
II.
Library JSON

library:nodemailer

Structured · live

Nodemailer json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-node-backend.yamlCluster · domain
Record JSON
{
  "id": "library:nodemailer",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-node-backend.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Nodemailer",
    "belongsToLanguageId": "language:javascript",
    "category": "other",
    "description": "Module for sending emails from Node.js applications, supporting\nSMTP, OAuth2, and various transport plugins; handles attachments,\nHTML content, and embedded images.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:nodemailer",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:nodemailer",
      "to": "skill-area:backend-async-processing",
      "kind": "used_for"
    },
    {
      "from": "library:nodemailer",
      "to": "library:bull",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}