mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 20:01:05 -05:00
Support Mandrill inline_css sending option
This commit is contained in:
@@ -144,7 +144,7 @@ class DjrillBackend(BaseEmailBackend):
|
||||
# Mandrill attributes that can be copied directly:
|
||||
mandrill_attrs = [
|
||||
'from_name', # overrides display name parsed from from_email above
|
||||
'track_opens', 'track_clicks', 'auto_text', 'url_strip_qs',
|
||||
'track_opens', 'track_clicks', 'auto_text', 'inline_css', 'url_strip_qs',
|
||||
'tags', 'preserve_recipients',
|
||||
'google_analytics_domains', 'google_analytics_campaign',
|
||||
'metadata']
|
||||
|
||||
Reference in New Issue
Block a user