Personal email should not contain an unsubscribe header (Custom Email)

My idea is: Personal emails should not be marked as promotions or spam. To make this more likely we should remove all headers that indicate to email clients that this personal email comes from a list.

When I send one personal email (or custom email in Mautic) to one contact this email should not have an unsubscribe link from the email client.

Solution:

Remove all headers that mark this personal email as coming from a list. E.g.:

List-Unsubscribe: <https://m.domain.ch/email/unsubscribe/1049a7dec1234e134812384>

Again Important:
I’m only talking about the personal (or custom email as they are called in Mautic) one can send from the contact details page. All automated emails must have this enabled!

I think these groups of people would benefit from this idea:
Marketers, salespeople, anybody using Mautic as a CRM.

Why I think they would benefit from this idea:
Personal emails make it to the inbox.

Are you willing to work on this idea?: yes

What skills and resources do you need to explore this further?: Community discussion if this is wanted.

I think it is a good idea. So it is possible to use Mautic more like a CRM as well.

Maybe just marketing email messages could include List-Unsubscribe header. Transactional emails are for me welcome or confirmation email, what does not make sense unsubscribe it.

What do you think?

2 Likes

sure useful and I think needed.

Agree with @kuzmany that it makes sense to have an option to disable it on transactional emails. We use those for sign-up confirmations, password reset emails, etc. - great idea! :rocket:

Hi!

Marketers always try to find a way to inbox better. They will test their inboxing with 1-2 letters, and realise, that they go to promo. Why? Because sending 1-2 emails with no previous interaction (and with unsub header present) will land you in promo. However once you start going big and send 2k-100k/day, then you’ll be rewarded for admitting you are sending bulk by usage of the unsubscribe header and bulk precedence.

Altough you’ll test will perform better Gmail and other ESPs will penalize bulk email if the unsub header is not present and you are cought sending bulk.

I don’t want to be a pain in the rare, but maybe the following set of rules could work really well:

  1. If there is an unsubscribe in the email, then the unsubscribe header and bulk precedence should be added.
  2. Where you set the extra email headers - you could turn off bulk + unsub (but if you add the unsub anyway, than this would be overwritten)
  3. As Adrian suggested one on one emails wouldn’t have any of these header items.

@joeyk based on unsubscribe link is very smooth idea. I like it

I think that it makes sense to remove the header if the email is generally a personal email as @adiux suggests. In this case I would class that as the ‘send direct to contact’ one-off emails that can only be sent one at a time and are going direct to a contact.

I feel that we should NOT automatically remove it from transactional emails for a couple of reasons:

  • A contact may wish to amend the kind of transactional emails that they receive - if the sender has not included a link to a preference centre or an unsub link in the body of the email they will not be easily able to find that information

  • Transactional emails can still be sent in bulk, are always automated and rarely sent to just one person. Some marketers may not know the difference or try to abuse transactional if it does not have the list-unsubscribe header to indicate a bulk sent/automated mail

What I think could be an option for consideration is to have a setting in the email configuration that would enable the marketer to opt in to removing the list-unsubscribe header. This would need to link out to some clear documentation on the risks associated with this and what kind of use case this would suit.

Of course we would need to look at if this would work with third party providers and I would want to ensure that we are really clear about why you should not set the unsub headers off just to avoid being seen as bulk mail.

Any thoughts?

1 Like

We are talking about custom header precedence Bulk. This header is set just for segments emails

I think detection unsubscribe link in email is really nice solution decide put unsubscribe header to email.

1 Like

+1 for this feature. We would love to use Mautic more as a CRM.

This is an excellent suggestion.

Thanks for all your contributions. I try to summarize and propose a solution for further discussion:

Mautic sends 3 types of emails:

  1. Custom Email: One on one personal emails
  2. Marketing Emails: E.g. newsletters
  3. Transactional Emails: E.g. subscribe to a newsletter

I think we agree:

  1. Custom Email: Custom Emails should not have any unsubscribe or other indication that this email comes from a list. It should be the same as if the person sends it from their personal email client.
  2. Marketing Emails: Should remain the same as they are now (bulk and unsubscribe). And it should also not be possible to remove the unsubscribe header. Since this is just best practice and will only hurt the client’s domain reputation in the long run.

3. Transactional Emails
So we only need to talk about transactional emails. I checked how others are doing it:

  • Mailchimp Subscribe to list: no precedence, no unsubscribe
  • Amazon SES verification successful: no precedence, no unsubscribe
  • Apple store delivery notification: no precedence, no unsubscribe
  • Github Issue notification: Precedence: list, List-Unsubscribe

As mentioned before, I also think it can be risky and has the potential for misuse. But since Transactional emails are only available in Campaigns and Forms (normally one-to-one communication), I think it could be ok.

How to turn it on or off for transactional emails
While I like the idea that the user has not to do anything I’m not sure the consequences will be clear to the marketer user. That’s while I propose that we have a setting where the admin user can turn it on or off. This gives also the possibility to display a help text as an explanation.

Proposed Solution

  1. Personal Email: Remove it (unsubscribe)
  2. Marketing Email: Keep it as is
  3. Transactional Email: Add an email setting that turns it (bulk and unsubscribe) on or off
5 Likes

Was there any progress on this?

Its limiting Mautic in a fairly significant way from being realistically integrated with 3rd party systems and specifically CRMs with 1-1 comms.

Actually, I was waiting on community feedback on my proposed solution.

Also need to take into consideration the fact the current “Unsubscribe” option marks the users as “Do Not Contact” which is entirely incorrect. “Unsubscribe” and “Do Not Contact” are entirely different things. Please reference Send transactional emails to "Do Not Contact" contacts for more about this.

As @da644 writes it is a basic need to be able to send transactional emails to an unsubscribed contact, the “Do Not Contact” property is too strict and makes it very difficult to integrate mautic properly with any ecommerce or CRM platform.
Is there any news on this feature implementation?

Thanks,

Simone

I am not aware of anything new on this feature but I do know that there is plans and already a patch for transactional emails to ignore the DNC settings by a contact…

I have implemented the patch and tested - works fine

Hey @mikew can you please share the link, I cannot find this patch on google.

Thanks,

Simone

Basically is just adding this line:

‘ignoreDNC’ => ‘transactional’ === $type,

correct?