Support
»
Products
»
DisclaimIt 5.x
»
mehrere Maildomains, unterschiedliche Bilder
|
Ich habe drei Maildomains im Einsatz. Nun soll abhängig vom Company Attribut oder Absenderdomain entweder ein Bild eingefügt werden, oder keines. Besser noch wäre eine Auswahlmöglichkeit für das Bild. Ich habe es wie folgt getestet: {#Print Class="OA" Name="company" Source="From" Pattern="FIRMA1" IfMatch="<img src="inline:FIRMA1.png">"} {#Print Class="OA" Name="company" Source="From" Pattern="company" IfMatch="<img src="inline:Logo.png">"} Ich habe auch noch versucht eine Variable mit dem Dateinamen zu füllen, und diesen an der richtigen Stelle einzufügen - jedoch ohne Erfolg. [Exchange 2013 / Disclaimit 5]
|
|
|
|
Rank: Administration
Posts: 226 Location: Vienna, Austria
|
>{#Print Class="OA" Name="company" Source="From" Pattern="FIRMA1" IfMatch="<img src="inline:FIRMA1.png">"} Das Problem liegt in der Syntax begründet: Die doppelten Anführungszeichen im IMG-Tag müssen 'escaped' werden, da sonst der If-Match-String als "<img src=" gesehen wird. D.h. es sollte z.B. so aussehen: {#Print Class="OA" Name="company" Source="From" Pattern="FIRMA1" IfMatch="<img src=\x22inline:FIRMA1.png\x22>"} -Franz
|
|
|
|
Support
»
Products
»
DisclaimIt 5.x
»
mehrere Maildomains, unterschiedliche Bilder
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.