Open FelixMalfait opened 9 months ago
HTML emails contain base64 images and can get very heavy. Importing 6000 emails led to a 250mb increase in DB. We should keep storing the raw version of emails in DB but move the HTML version to S3.
Make sure it fixes #8686 that was closed in favor of this one
HTML emails contain base64 images and can get very heavy. Importing 6000 emails led to a 250mb increase in DB. We should keep storing the raw version of emails in DB but move the HTML version to S3.