Reputation: 723
My application can send an email with an attachment successfully, but when the attachment exceeds 800KB the message doesn't get delivered. What could be the problem?
Upvotes: 0
Views: 1981
Reputation: 38584
There is no limit for Email. If you want to send 50MB+ attachment you can. It will handle by your mail sender.
Don't use Codeigniter mail. Use some other third party Mail library's.
Some best Third party Library's which cooperate with codeigniter
As well as about PHP.ini settings which you can test own
Upvotes: 2