[[Dashboard | << Back to Dashboard ]] {| align="right" | __TOC__ |} = Exploring the MailService Plugin = == Overview == The ColdBox Mail Service used to send emails in an oo fashion == send == Send an email payload. Returns a struct: [error:boolean,errorArray:array] === Returns === * This function returns ''struct'' === Arguments === {| cellpadding="5", class="tablelisting" ! '''Key''' !! '''Type''' !! '''Required''' !! '''Default''' !! '''Description''' |- | mail || coldbox.system.core.mail.Mail || Yes || --- || The mail payload to send. |} === Examples ===