Skip to content

Commit 4d5490e

Browse files
author
Mike Astle
committed
docs - identify from as optional when a template is in use
1 parent e3f286a commit 4d5490e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ try {
109109
| useDraftTemplate | no | Field for allowing the sending of a transmission using a draft of a stored template (default: false) | Boolean |
110110
| replyTo | no | Field for specifying the email address that should be used when a recipient hits the reply button | String |
111111
| subject | yes | Field for setting the subject line of a given transmission | String |
112-
| from | yes | Field for setting the from line of a given transmission | String or Object |
112+
| from | yes** | Field for setting the from line of a given transmission | String or Object |
113113
| html | yes** | Field for setting the HTML content of a given transmission | String |
114114
| text | yes** | Field for setting the Plain Text content of a given transmission | String |
115115
| rfc822 | no** | Field for setting the RFC-822 encoded content of a given transmission | String |
@@ -118,7 +118,7 @@ try {
118118
| recipients | yes** | Field for specifying who a given transmission should be sent to | Array of Objects |
119119
| recipientList | no** | Field for specifying a stored recipient list ID to be used for a given transmission | String |
120120

121-
** - If using inline content then html or text are required. If using RFC-822 Inline Content, then rfc822 is required. If using a stored recipient list, then recipientList is required. If using a stored template, then template is required.
121+
** - If using inline content then html or text are required. If using RFC-822 Inline Content, then rfc822 is required. If using a stored recipient list, then recipientList is required. If using a stored template, then template is required but from is not as the values from the template will be used.
122122

123123
## Tips and Tricks
124124
### General

0 commit comments

Comments
 (0)