Skip to content

Commit

Permalink
missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
ruffrey committed Jun 25, 2020
1 parent 02e29fa commit 605ed72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting_started/sendmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SMTP text through this REST API - see the REST API specification for more info.
:caption: **Send an email**
curl -H "Content-Type: application/json" \
-H "Mailsac-Key: YOUR_API_KEY_HERE"
-H "Mailsac-Key: YOUR_API_KEY_HERE" \
-X POST \
--data '{"to": "recipient@mailsac.com.com", "subject": "This is a test", "from": "my_sender@mailsac.com", "text": "This is a test"}' \
https://mailsac.com/api/outgoing-messages
Expand Down

0 comments on commit 605ed72

Please sign in to comment.