{layout '../layout.minimal.latte'} {block title}Attachments{/block} {block content} File are either directly attached to the message () or are available to be included as a downloadable link (). If you click on a link below the link will be included in your message and the recipient will be able to download the file.
{$attachment->filename} | {sprintf("%0.3f", $attachment->size/1000000)} MB | {/form} | ||
{$attachment->filename} | {sprintf("%0.3f", $attachment->size/1000000)} MB | {if ($attachment->size < $cfg->attachment_maxsize)} {else} {/if} | {/form}||
Currently no attached files present | ||||
{form attachmentForm} {/form} |
Maximum size of the mailmessage is {$cfg->message_maxsize} MB | |
Size of attachment (MB) | Options |
< {sprintf("%01.1f", $cfg->attachment_warnsize/1000000)} | (default), |
{sprintf("%01.1f", $cfg->attachment_warnsize/1000000)} - {sprintf("%01.1f", $cfg->attachment_maxsize/1000000)} | (default), |
> {sprintf("%01.1f", $cfg->attachment_maxsize/1000000)} |