Slide 24
Slide 24 text
{
"htmlTemplate": "email.html.twig",
"textTemplate": "email.txt.twig",
"context": {
"foo": "bar"
},
"text": null,
"textCharset": null,
"html": null,
"htmlCharset": null,
"attachments": [
{
"body": "Some Text file",
"name": "test.txt",
"content-type": null,
"inline": false
}
],
"headers": {
"to": [
{
"addresses": [
{
"address": "you@example.com",
"name": ""
}
]
}
]
},
"body": null,
"message": null
}
Mailer: Incremental improvements
Better serialization, lightweight payload and no binaries
https://github.com/symfony/symfony/pull/37847