Hi,
How can use the property force_send = True in the model 'mail.mail'(send()). I saw that it is used in the model 'mail.template'(send_mail()) but when i wrote the same in mail.mail its throws some error. Is it possible to use force_send=True in mail.mail?
Thanks in advance