django-templated-email icon indicating copy to clipboard operation
django-templated-email copied to clipboard

Double-check if all EmailMessage parameters are supported and document them

Open fjsj opened this issue 3 years ago • 1 comments

https://docs.djangoproject.com/en/3.2/topics/email/#emailmessage-objects

fjsj avatar May 28 '21 19:05 fjsj

Currently missing:

  • reply_to
  • connection (related to #97)

tuliolages avatar Jun 11 '21 21:06 tuliolages