You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The %file()% command can be used to insert inline images into the email. In order to better control styling and other aspects, allow adding attributes and values as parameters. For example:
The
%file()%
command can be used to insert inline images into the email. In order to better control styling and other aspects, allow adding attributes and values as parameters. For example:This should be converted by SmartTemplates reading the image as bitstream and append the attributes, like this:
If a string is appended without the "=" then it will be regarded as the optional "alt" argument.
becomes this:
This makes it easy to add style rules to add more control over layout.
The text was updated successfully, but these errors were encountered: