Mail Message From Author

Force the author in the FROM header of mail messages.

Technical Name:
mail_message_from_author
License:
Author:
Numigi
Website:
https://kastor.lab.numigi.net/web/image/product.template/1041/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Mail Message From Author

Context

In vanilla Odoo, when a portal user logs a message through the portal, the email is sent in the name of OdooBot.

static/description/portal_message_post.png static/description/email_received_before.png

Summary

The reason of this behavior is that the Author field is filled with the portal user, but the From is left to the default value (OdooBot).

static/description/mail_message_before.png

After installing this module, whenever a message is created with a given Author, the From will always be propagated from that author (unless the author has no email in Odoo).

static/description/mail_message_after.png

Therefore, when receiving the message in your inbox, the name of the author should be displayed.

static/description/email_received_after.png

Contributors