Bug #7268
Attachments limited to 500 kB with mass send
| Status: | Resolved | Start date: | 2010-04-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Jacob Rasmussen | % Done: | 100% |
|
| Category: | swiftmailer | Spent time: | - | |
| Target version: | - | |||
| TYPO3 Version: | PHP Version: | |||
| Votes: | 0 |
Description
Sending a mass email with attachments larger than 500 kB fails. I've seen this reported on several forums but I can't find a bug report either here or on the mantis tracker.
http://lists.typo3.org/pipermail/typo3-english/2007-February/036514.html
http://www.typo3.net/forum/list/list_post//14532/?page=1#pid166575
This post seemed to offer a solution:
http://forum.typo3.fr/index.php?showtopic=14403
I checked all the settings on my server and they were all correct, but it still doesn't send.
The mails are sent fine with the large attachments if you manually invoke the mailer engine or send test mails.
Using TYPO3 4.3.3 and Direct Mail 2.6.7.
May be related to http://bugs.typo3.org/view.php?id=7830 but my "max_allowed_packet" is set to 16M and it still doesn't work.
History
Updated by Olivier Dobberkau about 2 years ago
- Status changed from New to Needs Feedback
I am not sure if your sender will like this. can you have a look if we have this 500 kb hardcoded somewhere in htmlmail classes?
Updated by Ivan Dharma Kartolo about 2 years ago
- Status changed from Needs Feedback to Under Review
- Assignee set to Jacob Rasmussen
Hi Jacob,
can you help me to look at this. Currently is the attachment file saved in DB during the sending. Maybe we should change it, so that no file will be saved in DB?
What do you mean?
Ivan
Updated by Jacob Rasmussen about 2 years ago
We'll have to put this on hold until implementation of SwiftMailer
If we only keep file references in the database, it will be possible to delete the attached files before the mail is sent.
Although afaik SwiftMailer needs to parse the mail content for itself in order to work correctly, so we'll probably end up with only keeping plain and htmlcontent in the database records - and everything else needs to be parsed by swiftmailer when sending.
Updated by Ivan Dharma Kartolo over 1 year ago
- Category set to swiftmailer
Updated by Ivan Dharma Kartolo 5 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
in latest version is max_size in TCA set to 10000 kB. Attachment file(s) is not saved in DB anymore.