Announcement

Collapse
No announcement yet.

Compose Email Reply

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Compose Email Reply

    Set the default from account to which the email came

    Very useful if multiple group account used

  • #2
    May be like this (attachment)

    Attached Files

    Comment


    • espcrm
      espcrm commented
      Editing a comment
      Thank dimyy, sometime I send email from wrong account and it doesn't look good. Interested in using this, may I trouble you to provide instruction?

    • dimyy
      dimyy commented
      Editing a comment
      espcrm : you can see attached modified compose-from-email view.

      1. Retrieve replyed email group email accounts. For ordinal users (not admins) you should add acl to inbound Email
      /custom/Espo/Custom/Resources/metadata/scopes/InboundEmail.json
      Code:
      {
          "acl": true,
          "aclActionList": ["read"]
      }
      and give access to it in role editor.

      2. Replace original /client/src/views/email/fields/compose-from-address.js to provided.

      3. Make any code modifications on replied email list : sort, filter, add default etc...
Working...
X