Skip to content

Commit

Permalink
Fix doc items based on review
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed Mar 10, 2016
1 parent e52a51f commit e04ca3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django/backend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you need to add cc, bcc, reply to, or attachments, use the `EmailMultiAlterna
email = EmailMultiAlternatives(
subject='hello from sparkpost',
message='Woo hoo! Sent from Django!'
body='Woo hoo! Sent from Django!',
from_email='from@yourdomain.com',
to=['to@example.com'],
cc=['ccone@example.com'],
Expand Down

0 comments on commit e04ca3c

Please sign in to comment.