Skip to content

Commit

Permalink
Merge pull request #24 from nmenglund/patch-1
Browse files Browse the repository at this point in the history
In README.md, added getFiles() reference to MessageBuilder example
  • Loading branch information
travelton committed Dec 14, 2013
2 parents 493b5ee + 1b4ab0c commit 8025b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailgun/Messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $messageBldr->setDeliveryTime("tomorrow 8:00AM", "PST");
$messageBldr->setClickTracking(true);

# Finally, send the message.
$mg->post("{$domain}/messages", $messageBldr->getMessage());
$mg->post("{$domain}/messages", $messageBldr->getMessage(), $messageBldr->getFiles());
```

Available Functions
Expand Down

0 comments on commit 8025b17

Please sign in to comment.