When replying to mail in a Group Email mailbox, espoCRM does not set the FROM address to the mail box address, at least as far as I can tell.
It does however allow selection of that address from a dropdown, but this is not ideal and prone to user error.
I am not using a personal email address as a fall back, and don't really want to - I would prefer the conversation remains with the group.
So, on the assumption that this is no simple fix for this, I embarked down a rabbit hole of trying to override the record and modal compose views. I get the scripts to trigger ok, but no matter what method I use, I cannot seem to override the "from" address. Perhaps it's not doable, or I'm using the wrong patterns (this.model.set() or recordView.model.set())
Any help will be much appreciated.
It does however allow selection of that address from a dropdown, but this is not ideal and prone to user error.
I am not using a personal email address as a fall back, and don't really want to - I would prefer the conversation remains with the group.
So, on the assumption that this is no simple fix for this, I embarked down a rabbit hole of trying to override the record and modal compose views. I get the scripts to trigger ok, but no matter what method I use, I cannot seem to override the "from" address. Perhaps it's not doable, or I'm using the wrong patterns (this.model.set() or recordView.model.set())
Any help will be much appreciated.

Comment