LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
255 stars 81 forks source link

MailLogTrack only updates MailLog with no way to know who is the e-mail reader #112

Open IbrahimAwad opened 6 years ago

IbrahimAwad commented 6 years ago

Do you want to request a feature or report a bug? feature What is the current behavior? MailLogTrackfeedback with the maillog but in the high level of the logging models so no way to know who is the e-mail reader (to Cc Bcc) If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem Not bug Full traceback No traceback What is the expected behavior? the mailtracker should updated the reader in the deep logging level MailLogEmailnot in the high level so we can identify the reader. Which versions of DbMail, Django and which Python / OS are affected by this issue? Did this work in previous versions of DbMail? Django==1.11.8 django-db-mailer==2.3.19