- Issue created by @jasonflaherty
I'd like to be able to allow sending of large(ish) attachments (20mb max).
I have utilized a custom module and used hook_mail(). It sends other attachements (total) around 6mb and smaller just fine. One could upload a 10mb file and it would fail to send. I have updated php.ini with max_post_size to 20mb. This didn't resolve the issue. Is there another location I need to look to allow larger attachemnt sizes?
Active
Miscellaneous