This document discusses sending email attachments using Mule ESB's SMTP connector. It describes how to configure a Mule flow to read a file from a source directory using the file inbound endpoint, transform it to a string using the file-to-string transformer, attach it to the message using the attachment transformer, and send it in an email using the SMTP outbound endpoint. The email will be sent to the specified recipient address with the file attached.