Currently it is not possible to add a reply to address to mail.send().
Instead it is necessary to use EmailMultiAlternatives. However this way is not so convenient and self explanatory.
I would suggest to add the attribute reply_to to the mail.send() function.
Currently it is not possible to add a reply to address to mail.send(). Instead it is necessary to use EmailMultiAlternatives. However this way is not so convenient and self explanatory.
I would suggest to add the attribute reply_to to the mail.send() function.