diff options
author | nornholdj <nornholdj@gmail.com> | 2014-11-03 14:32:38 -0500 |
---|---|---|
committer | nornholdj <nornholdj@gmail.com> | 2014-11-03 14:32:38 -0500 |
commit | 9e9b7ac550ab663b393e757483bd78858d96686d (patch) | |
tree | 04ff6eaf4e07a50bd89c339ab68ffba41ef3a218 | |
parent | e034d061eba2d98e7751ae7153944dd579d8a4df (diff) | |
download | php-sparkpost-9e9b7ac550ab663b393e757483bd78858d96686d.zip php-sparkpost-9e9b7ac550ab663b393e757483bd78858d96686d.tar.gz php-sparkpost-9e9b7ac550ab663b393e757483bd78858d96686d.tar.bz2 |
MA-946 #time 10m fixed doc bug in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ try { * The SDK's features are namespaced under the various SparkPost API names. ### Transmissions -* If you specify a stored recipient list and inline recipients in a Transmission, whichever was provided last will be used. +* If you specify a stored recipient list and inline recipients in a Transmission, you will recieve an error. * If you specify HTML and/or Plain Text content and then provide RFC-822 encoded content, you will receive an error. * RFC-822 content is not valid with any other content type. * If you specify a stored template and also provide inline content via `html` or `text`, you will receive an error. |