Bug or a feature? Problem with a name in "From" field.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 64777
    Junior Member
    • Jul 2017
    • 3

    Bug or a feature? Problem with a name in "From" field.

    Hey guys,

    For the sake of argument, my username is Jane Doe and the email jane.doe@example.dev. When I am sending an e-mail from jane.doe@example.dev my headers like as followed:

    Code:
    "Jane Doe" <jane.doe@example.dev>
    Correct, this is how I want it to be.

    Here's the troubling part.

    My Administration ยป Outbound Emails settings are
    Code:
    From Address: [B]office@example.dev[/B]
    From Name: [B]Example Office ltd[/B]
    Is shared: [B]checked (true)[/B]
    Now I want to send an email from shared email which is office@example.dev (and I am still logged in to my account Jane Doe), but the headers now is like this:
    Code:
    "Jane Doe" <office@example.dev>
    I want it to be like this:
    Code:
    [B]"Example Office ltd" <office@example.dev>[/B]

    Why is that and how to change that?
  • yuri
    Member
    • Mar 2014
    • 8471

    #2
    Hi,

    Maybe a bug. I will check it.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8471

      #3
      I've just looked into code and found out that it's a feature.

      You can comment this line out:
      https://github.com/espocrm/espocrm/b...Email.php#L133
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      Working...