bx-mail

Installation
SKILL.md

bx-mail: Email Sending

Installation

install-bx-module bx-mail
# CommandBox
box install bx-mail

Simple Email (Script Syntax)

bx:mail
    from="sender@example.com"
    to="recipient@example.com"
    subject="Hello from BoxLang!"
{
    writeOutput( "This is the email body." )
Related skills

More from ortus-boxlang/skills

Installs
2
First Seen
Apr 15, 2026