Inxmail Professional:
2 possible use cases
Depending on your contract, you might use Inxmail Professional in different ways:
Learn more
-
As part of the Inxmail platform: You use newsletters & campaigns as your main tool for creating and sending newsletters. Inxmail Professional only serves as a recipient database and configuration tool in the background.
We are constantly expanding the functionality of “Newsletters & Campaigns”. Check out newsletters & campaigns section to find out if the feature you are looking for might already be available there.
-
Full scope: You use the legacy tool Inxmail Professional as your main tool for creating and sending newsletters.
Did you not find what you were looking for?
Using the identity transformation
If the data source outputs the XML data in the same XML structure as that of the Inxmail Smart Templates, it is sufficient to perform an ‘identity transformation’.
Identity transformation
Copy
1
2
3
4
5
6
<?xml version="1.0"encoding="UTF-8"standalone="no"?>
<xsl:stylesheetversion="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:copy-ofselect="."/>
</xsl:template>
</xsl:stylesheet>