Hi Liam,
Thanks again for raising this issue, we will work on getting this fixed as soon as possible and i'll let you know when I can confirm the fix version.
Just for some context on why this happens,
from is a reserved keyword in Python 3 so we had to make some changes in order to accommodate our EmailMessage object, which also contained an attribute named
from. We did this by replacing
from with
sender behind the scenes. This is an unintended side effect of that.
Thanks,
------------------------------
Sean Mc Cann
------------------------------