Send attachment in mail
Jamroom Developers
You will want to use the local SMTP server - not the Mailgun Email API.
$_options = array(
'attachments' => array(
'/full/path/to/attachment1',
'/full/path/to/attachment2'
)
);
jrCore_send_email(address, 'subject', 'message', $_options);
