Email Export

Operation

The newsletter editing tool allows you to export the email modified in order to ship it via an e-mail platform.

Export consists in building a compressed archive (zip) containing a html file and all static resources to display it off of the WXM system. All static CSS resources and images will be extracted and recorded in the archive and all tagging notions specific to the newsletter edition will be deleted in order not to pollute the code HTML which will be taken over by a third party tool.


Important note on image management

In the editing tool the user has the possibility to place images from the WXM system in the newsletter he’s working on. These placed images can sometimes be much larger than the size of emails, so they are reduced if necessary.

Only images that can be edited by the user, placed by drag and drop or included in HTML content placed via the editor, are concerned by these resizing.

The rule for reducing image sizes is as follows: any image editable by a user will be resized proportionally to a width or height of 600px if the larger of its two sides is greater than 600px.

Thus:

  • if the image is more than 600px wide it will be resized to a 600px width

  • if the image is more than 600px high it will be resized to a height 600px

  • if the image is more than 600px wide and more than 600px high it will be resized to 600px on its largest side

  • if the image is 600px wide, or less, and 600px high, or less, it will not be modified.