1.0.4
Added
SPARKPOST_OPTIONS
setting for Django for passing through additional transmission options liketrack_opens
,track_clicks
, andtransactional
- Support for cc, bcc, reply to, and attachments for Django
Changed
- Refactored some of the bits in the Django email backend out into a
SparkPostMessage
class which prepares parameters for calls to theTransmissions.send
method