Send emails from server-side JavaScript using SMTP

Key Features Server-Side Usage: // Get the Mailer API var Mailer = js.getObject("/OpenForum/AddOn/Mailer","Mailer.sjs"); // Send email to single recipient Mailer.sendEmail("user@example.com", "Subject", "Email content"); // Send email to multiple recipients Mailer.sendEmail(["user1@example.com", "user2@example.com"], "Subject", "Email content"); Configuration

Mailer Quick Reference

Notes