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:
Correct, this is how I want it to be.
Here's the troubling part.
My Administration ยป Outbound Emails settings are
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:
I want it to be like this:
Why is that and how to change that?
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>
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]
Code:
"Jane Doe" <office@example.dev>
Code:
[B]"Example Office ltd" <office@example.dev>[/B]
Why is that and how to change that?
Comment