I want to be able to send audio files up to 100mb to clients on my website and outside of using a 3rd party file sending service I was wondering if there was a way to attach larger files than 50mb as right now I get an error message whenever I try anything above 50. Even though 50mb is the current ceiling, there seem to be issues when I reach the 40mb area. Any ideas?
While the limit can be raised is likely that the mail server that your trying to send the email to will reject the email if it is that large, I would recommend just sticking with a third party service for sending large files.
Gotcha. Thanks.