Skip to content
This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Commit cb01259

Browse files
committed
Clarify README on attachments
1 parent 72b58ff commit cb01259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Please inspect the provided sample code for details.
113113
cc: 'Name <[email protected]>', // Optional.
114114
bcc: 'Name <[email protected]>', // Optional.
115115
data: {}, // Optional. Render your email with a data object.
116-
attachments: {} // Optional. Attach files using a mailcomposer format.
116+
attachments: [] // Optional. Attach files using a mailcomposer format, as an array of objects. Read more here: http://docs.meteor.com/#/full/email_send and here: https://github.com/nodemailer/mailcomposer#attachments
117117
}
118118
```
119119

0 commit comments

Comments
 (0)