@quicksketch https://github.com/backdrop/backdrop-issues/issues/890#issuecomment-9676...
Backdrop already includes a UUID class in core, but I think the only place we're using it is for instances of blocks in Layouts.
I'd love to see UUIDs used in more places. At least all entities (nodes, users, files, terms), so we could start using them in reference fields.
GitHub Issue #:
3563
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