This document describes how to send an email attachment using Mule ESB's SMTP connector. It involves using a file inbound endpoint to read a file from a source directory, transforming it to a string, setting it as an attachment using the attachment transformer, and sending it in an email via the SMTP connector. Key components used are the file inbound endpoint, attachment transformer, and SMTP connector.