Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
squallstar committed Oct 19, 2018
1 parent ae465a6 commit d5e5dc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/API/fliplet-communicate.md
Expand Up @@ -14,7 +14,6 @@ Available options:

- `to`: array of recipients for "to", "cc" or "bcc"
- `subject`: subject of the email
- `from_email`: the sender's email address
- `from_name`: the sender's name
- `html`: html string for the email body
- `headers`: "key:value" object with headers to add to the email
Expand All @@ -28,7 +27,6 @@ var options = {
],
html: "<p>Some HTML content</p>",
subject: "My subject",
from_email: "message.from_email@example.com",
from_name: "Example Name",
headers: {
"Reply-To": "message.reply@example.com"
Expand Down

0 comments on commit d5e5dc1

Please sign in to comment.