Asma Qureshi
Asma Qureshi
is the issue still there?
Yep sure, will try to Does that means its not a known limitation when attaching attachments of size > 4MB in Symfony mailer ?
I have replicated this issue in a separate app Following is the github link https://github.com/asmafarhat2006/email_attachment_issue/tree/main You can see the issue if you use this command `php -d memory_limit=32M bin/console app:test-email`...
@xabbuh Can you please suggest if there will be a possible fix or any workaround we can adopt apart from increasing the php memory limit
@xabbuh Are you referring to the code sample I provided as the reproducer app?
@xabbuh Just submitted this PR https://github.com/symfony/symfony/pull/51870 Would love to hear your feedback . Worth mentioning. It works on my test environments
Thanks @fabpot , any estimate of when it will be merged?
@fabpot It seems it does resolve the issue in 5.4 , Just tried this https://github.com/symfony/symfony/commit/d6c879747d19fabbf220ea58b915c3eadf121259 Although you mentioned it wont be able to, and have merged in 6.4. Do you...
Hi @fabpot I have just tried this fix https://github.com/symfony/symfony/pull/51926 in my application https://github.com/asmafarhat2006/email_attachment_issue/tree/main but it results in the same issue. The only change I made was using the 6.4 version...