You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now it is not possible to pass custom headers to MailerMessage object, since this is supported by django's EmailMessage class it should also be supported here.
As of now it is not possible to pass custom headers to
MailerMessageobject, since this is supported by django'sEmailMessageclass it should also be supported here.