Announcement

Collapse
No announcement yet.

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

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

  • 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?

  • #2
    Hi,

    Maybe a bug. I will check it.

    Comment


    • #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

      Comment

      Working...
      X