Tagged with email-publish - Visokio Forums http://forums.visokio.com/discussions/tagged/email-publish/feed.rss Mon, 30 Oct 17 15:46:36 -0400 Tagged with email-publish - Visokio Forums en-CA Email Output: Embed Omniscope visualisation in your email text http://forums.visokio.com/discussion/3145/email-output-embed-omniscope-visualisation-in-your-email-text Thu, 23 Jun 2016 13:04:39 -0400 paola 3145@/discussions - Configure the Email output block (sender + recipient details)
- Email output > External attachments tab > Browse to the image location
- Email output >Data tab> tick “Add dynamic content” > Edit > Edit HTML source (button “<>” ) and copy/paste:
<html>
<head></head>
<body>
<p style="margin-top: 0">
<img src="cid:MyImage.png">
</p>
</body>
</html>

- Email Output > Publish
image

Result:
image]]>
DataManager: Email Output only on Fridays? http://forums.visokio.com/discussion/2999/datamanager-email-output-only-on-fridayss Wed, 02 Sep 2015 10:25:28 -0400 benjamin 2999@/discussions
I would like this block to only publish on a specific day during the week. However the file refresh will run daily. Also the XML file after the file has refreshed and saves call another XML and I would like this to continue.

How do i get the email output block to only publish on a Friday?

I have tried custom validation in the Validate Data block and to fail if not a Fri, but such failure then stops the dependent XML running even if i don't have "propagate failure" in the XML.

Any advise would be appreciated

Thanks, Ben]]>