Skip to content

Best practices

Content

Mail content (HTML and plain respectively) has a size limit of 2 * 2^20 characters, which amounts to around 2 MB. It is generally advised, if you have large content, to represent it as attachments or links as much as possible.

HTML content

As a solution partner, you have the sole responsibility of guarding against any form of script injection in the HTML content you post when enqueuing mails. This is important, because end users with access to the mail overview can view rendered HTML content of mails.

An injection is unlikely, unless you allow users to create mails with unchecked HTML content (such as a contact form). We suggest integrations to only use Bizzkit Mail for outgoing mails, such that this problem is nonexistent.