One of the saddest UX failures of Drupal (and now Backdrop) is when someone updates field display settings four or five times with no effect. Usually this is because they click the "Update" button thinking their settings will update, but they don't. Not unless they also hit "Save". And the "Save" button is usually below the fold, so the poor unsuspecting user may not even know there is a save button.

Secret save

To solve this problem, we should make the update button actually save, too.
Related issue: https://github.com/backdrop/backdrop-issues/issues/573
Recent comments
Most likely this is a problem with views_send.
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Yes, this was solved in MIME mail: https://github.com/backdrop-contrib/mimemail/issues/52 The issue was that starting in php 8.1, you need \r\n to separate the header lines. Mimemail did...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1
Was this problem ever resolved @argiepiano? I am experiencing something similar with smtp, mailsystem, mime_mail and views_send. If I try to attach a pdf document, it gets sent but...
Mail does not attach pdf and is sent unformatted after upgrade to php 8.1