I am working on a project that is trying to write down what constitutes the Mailing List application in Django, and we are facing several problems / questions.
Code that we still do not set with different List headers, and re-sets the To header as the person to whom we send it, instead of the address of the list.
Now we can do all these small details, but I was wondering if anyone had any code that already did such things that we could break out of, so we donβt have to go through all the trial and error. Specific RFC sections that showed us what we should send will also be useful.
Thanks
Blake.
source
share