Skip to content

Sending Attachments

Andrew Theken edited this page Jan 16, 2015 · 6 revisions

You may add file attachments to any outgoing email provided they comply with the current white-list of accepted email attachments.

//TODO

$client = new PostmarkClient("server_token");

$response = $client.sendEmail(/*TODO*/);

You may add as many attachments as you like as long as you don't go past the total size limit of 10MB.

Clone this wiki locally