Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Enhancement) Apply "Mailer is owner" only when the email template has no value specified for "from name" and "from email" #6425

Closed
albanleandri opened this issue Aug 6, 2018 · 7 comments · Fixed by #6071
Labels
email Anything related to email enhancement Any improvement to an existing feature or functionality T2 Medium difficulty to fix (issue) or test (PR)
Milestone

Comments

@albanleandri
Copy link

albanleandri commented Aug 6, 2018

What type of report is this:

Q A
Bug report?
Feature request?
Enhancement? X

Description:

When "Mailer is owner" is enabled but values are specified in the template for "from name" and "from email", then these values should override the contact's owner's name & email when an email is sent to this contact.

Today (2.12.2), this behavior doesn't exists and "Mailer is owner" will force against whatever was specified as from name and from email in the template.

"Mailer is owner" is already a great feature, but this simple enhancement would allow a superior control regarding what templates are allowed to take advantage of it.

Use case : Some marketing email are better sent on the behalf of a brand (like newsletters or product updates), while some others are more efficient when they are from a person of your organization (usage of {signature}, SDRs emails, onboarding emails, etc...).

@npracht npracht added the enhancement Any improvement to an existing feature or functionality label Aug 6, 2018
@dscotese
Copy link

dscotese commented Aug 6, 2018

I'm glad you found this. The problem I have with it is that what I consider to be a "bug" is anything the software does that is different from the user's intent, which I believe raises the priority of fixing it. Perhaps the following will convince you to re-open #5954 or update this issue so that it gets fixed sooner:

Steps to reproduce:

  1. Send an email as an existing contact with the "Mailer is Owner" setting ON and with a setting in "Send email as."
  2. Note that the email does NOT come from the setting you specified in "Send email as"

Log errors:

mautic.ERROR: [MAIL ERROR] { "errors": [ { "message": "Invalid domain", "description": "Unconfigured Sending Domain ", "code": "7001" } ] } Log data: !! { "errors": [ { "message": "Invalid domain", "description": "Unconfigured Sending Domain ", "code": "7001" } ] } (code: 0) (send); [email addresses]

@jwall-adwerx
Copy link

+1 for this.

It's a bad user experience to receive something akin to a product update email from a 1:1 person, and having the ability to override using the "Send email as" setting seems like it'd be a big win.

@npracht npracht added the builder-legacy Anything related to the legacy email or landing page builders label Jul 26, 2019
@RCheesley
Copy link
Sponsor Member

Hi there, as we are only providing fixes for Mautic 3.x going forward, can you confirm if this continues in Mautic 3.0.1?
Thanks!

@RCheesley RCheesley added pending-feedback PR's and issues that are awaiting feedback from the author triage-mautic-3 and removed builder-legacy Anything related to the legacy email or landing page builders labels Jul 17, 2020
@blueflamexr
Copy link

Hi there, as we are only providing fixes for Mautic 3.x going forward, can you confirm if this continues in Mautic 3.0.1?
Thanks!

+1 for this. I agree that the "Mailer is Owner" should be overridden by the "From name" and "From address" if these are configured in the email. Otherwise, fall back to the Mailer is Owner (if that setting is turned on).

Yes, I can also confirm that this is still an in improvement that is needed in 3.0.2.

Thanks!

@npracht npracht added email Anything related to email and removed pending-feedback PR's and issues that are awaiting feedback from the author triage-mautic-3 labels Sep 4, 2020
@RCheesley
Copy link
Sponsor Member

@albanleandri @blueflamexr I believe that this is resolved by this PR: #6071 - can you test and provide feedback so we can merge it in 3.3?

@RCheesley RCheesley added this to the 3.3 milestone Dec 14, 2020
@RCheesley RCheesley added the T2 Medium difficulty to fix (issue) or test (PR) label Dec 14, 2020
@atowne-mautic
Copy link

atowne-mautic commented Feb 19, 2021

I have a question about the implementation of this feature. #6071 (also in 3.3.0-rc) enables the Mailer is Owner option for individual emails, which is great. But with that feature, I don't anyone actually wants this one.

Doesn't it actually make more sense to have Mailer Is Owner override the from name/email address if an owner exists? That way, you can turn Mailer Is Owner on for a specific email and make an email look like it's more of a 1:1 email and still have a fallback in case an owner isn't assigned. If you don't want to make it look like a 1:1 email for anybody, just turn Mailer Is Owner off for that email.

If I'm reading this correctly, if this gets released then users won't be able to turn Mailer Is Owner on for a specific email and have a fallback address that's different from the default in Configuration > Email Settings.

Without #6071, this issue makes a whole lot more sense because you'd want to override the default for the instance on some emails. Acquia has had the Mailer is Owner option on individual emails for a while, and it's been a great improvement for customers that want to make some, but not all, emails look like they're 1:1.

@npracht @RCheesley want to make sure you see this before 3.3.0 goes further than RC (edit: Alan just clarified for me that this was closed without being merged - which is good as only #6071 should be released and not this one)

@RCheesley
Copy link
Sponsor Member

@atowne-mautic this was an issue, not a pull request, so there should not be any problems!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
email Anything related to email enhancement Any improvement to an existing feature or functionality T2 Medium difficulty to fix (issue) or test (PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants