miknaz
miknaz
When I add attachment to message and then convert message object to string, filename is broken. ``` $message->addAttachmentPartFromFile('imgæ÷ü.jpeg', $mimeType); $mime = (string) $message; ``` And this is attachment headers from...
Does anybody know how to add 'alt' and 'title' seo fields to attachments ? So when I upload the attachment I would set alt and title. Here is the screen:...
I can't install Neos especially when I try to init it with new empty package. What I did: This is manual method: `composer create-project neos/neos-base-distribution neos-example` `./flow setup:database` `./flow doctrine:migrate`...