RE: Marketing emails size limit
Hi Joannis,
Please try the following steps to check the email size:
Can you follow these instructions as per documentation to obtain the HTML size?
1. Open a web browser and enter a URL of the form: https://<your_domain>/api/data/v9.0/msdyncrm_marketingemails(<email_id>)
Where:
• <your_domain> is the root of your Dynamics 365 for Marketing instance (such as "contoso.crm.dynamics.com").
• <email_id> is the ID for the message you want to check. To find this ID, open the message in Dynamics 365 for Marketing and find the value of the id= parameter shown in your browser's address bar.
2. Search for the value of the field "msdyncrm_emailbody" in the returned JSON.
3. Copy the value of that field into a text program that can tell you the exact size of the HTML content
Few things you can do to reduce the email size:
1. Compress your images
2. Embed the image instead of inserting the image
These would help reducing the email size.
If none of these works, you can enable an extension in Visual Studio code to minify the css and js and insert the html created form minify to your email in Marketing App.