Add warning comment
- Legacy-Id: 3709
This commit is contained in:
parent
13cec30f07
commit
f5ae4a0496
|
@ -1,5 +1,7 @@
|
|||
from django.core.mail import EmailMessage
|
||||
|
||||
# FIXME: this is not using the ietf mail stuff, which it really should
|
||||
# - this code should be DELETED
|
||||
|
||||
class IETFEmailMessage(EmailMessage):
|
||||
|
||||
|
|
Loading…
Reference in a new issue