Skip to content

Commit

Permalink
[ci skip] Update the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-thomas committed Oct 30, 2015
1 parent 7fa6003 commit 55dce18
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,21 @@ send(
)
```

... reply-to addresses...

```python
send(
...
reply_to=['another@example.com'],
)
```

... and custom email headers:

```python
send(
...
headers={'Reply-To': 'another@example.com'}
headers={'Extra-Header': 'This will appear among the email headers'}
)
```

Expand Down

0 comments on commit 55dce18

Please sign in to comment.