-
+ |
@@ -68,5 +79,136 @@
+
+ Data is array, can be table or list
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {row.data.0 -> f:format.nl2br() -> f:format.raw()}
+
+ |
+
+
+
+
+
+
+
+
+
+ {row.data.1 -> f:format.nl2br() -> f:format.raw()}
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - {dataRow -> f:format.nl2br() -> f:format.raw()}
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
diff --git a/Resources/Private/Partials/Mails/DefaultText.html b/Resources/Private/Partials/Mails/DefaultText.html
new file mode 100644
index 0000000..ff9aa5b
--- /dev/null
+++ b/Resources/Private/Partials/Mails/DefaultText.html
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+ # {row.data -> f:format.nl2br() -> f:format.raw()}
+
+
+
+ ## {row.data -> f:format.nl2br() -> f:format.raw()}
+
+
+ ### {row.data -> f:format.nl2br() -> f:format.raw()}
+
+
+
+ {row.data -> f:format.raw()}
+
+ {br}{br}
+
+
+
+
+
+
+
+ {row.data.0 -> f:format.raw()}{br}{br}{row.data.1 -> f:format.raw()}{br}
+
+
+ {row.data.0 -> f:format.raw()}: {row.data.1 -> f:format.raw()}
+
+
+ -
+ {dataRow -> f:format.raw()}
+
+ {br}{br}
+
+
+
+
+
+
+{br}{br}{br}{br}
|