Merge pull request #166 from mailgun/issue-69

Updated signature for addAttachment
This commit is contained in:
Tobias Nyholm 2016-08-31 12:14:25 +02:00 committed by GitHub
commit 83fdf42216

View File

@ -65,7 +65,7 @@ Available Functions
`string setHtmlBody(string $htmlBody)` `string setHtmlBody(string $htmlBody)`
`bool addAttachment(string $attachmentPath)` `bool addAttachment(string $attachmentPath, $attachmentName = null)`
`bool addInlineImage(string $inlineImagePath)` `bool addInlineImage(string $inlineImagePath)`