Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Mail Layout

Navigate to Confluence Administration → click on the “Mail Page ” menu link on the left side under the “Apps” section and click on the third tab “Mail Layout”.

Screenshot 2024-05-10 at 18.56.27.png

Convert images

Not all mail clients can display SVG images in mails. Gmail, for example, does not support displaying SVG images. This results in Confluence pages with SVG images being displayed incompletely in Gmail.
Mail Page Cloud now automatically converts all SVG images to PNG images when sending them as mail.

Screenshot 2024-05-10 at 21.05.42.png

Resize images

Images that are included as attachments on a Confluence page are automatically scaled down by Mail Page Cloud when they are sent in an email. This allows the display in the mail to better match the display on the Confluence page. In addition, the mail is sent faster and the mails have a smaller size.

In addition, a maximum image width can be configured for all images in the mail, so that images without an explicit width setting on the Confluence page are not displayed too wide in the mail.

Screenshot 2024-05-10 at 20.49.58.png

Custom Mail layout

Customize your mail layout with custom CSS.

For example to remove the preamble text of each mail from Mail Page Cloud type in following line in the textarea:

#mail-header { display: none; }
Screenshot 2024-05-10 at 20.59.15.png

  • No labels