I am trying to setup a mailto: link in the notifications and have it pre populate the {MFE_REASON}, {MFE_URL}, {MFE_DESCRIPTION} into the body of the email. Has anybody successfully done this from the SAAS?
Hello abramojt!
Information on creating custom notification pages for the McAfee SaaS WPS service can be found in our Knowledge Base at the following URL: http://mcaf.ee/9bsyu
If you need additional assistance or encounter any issues while creating your notifications, we would encourage you to contact support.
Best regards,
Karen Widhalm
McAfee SaaS Email and Web Protection Technical Support
When managing WGCS policy from ePO Cloud something like this will work:
<br>
<a href="mailto:example@example.com?subject=Site Review Request from {USERNAME} for {URL}&Body=Gateway Used: {PROXYNAME}%0D%0AFull URL: {URL}%0D%0ACategories: {WEB_CATEGORY}%0D%0ABlock Rule: {RULE}%0D%0ABlock Reason: {REASON}%0D%0AComments: ">Submit Site Review to Your Administrator Using Mail Client</a>
<br>
If you are managing WGCS policy and block pages from MWG something like this within your block page top level collection schema will work. You would need to update the properties to match your system before synching, and this template is designed to only display the link when the block is in the cloud:
<div class="options nodisplay$<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.webhybrid3.inthecloud"/>$">
<div class="options notdisplay$<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.system.url.host.issubdomainofany">
<parameters>
<entry>
<string>com.scur.engine.system.url.host.issubdomainofany.domainlist</string>
<parameter valueTyp="1">
<value>
<listValue id="com.scur.type.string.2390"/>
</value>
</parameter>
</entry>
</parameters>
</propertyInstance>$">
<a href="mailto:example@example.com?subject=Site Review Request from $<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.auth.username"/>$ for $<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.system.url.host"/>$ &Body=Gateway Used: Cloud%0D%0AFull URL: $<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.system.url"/>$ %0D%0ACategories: $<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.trustedsource.categorylist.tostring">
<parameters>
<entry>
<string>com.scur.engine.trustedsource.categorylist.tostring.categorylist</string>
<parameter valueTyp="2">
<value>
<propertyInstance useMostRecentConfiguration="true" propertyId="com.scur.engine.trustedsource.url.categories"/>
</value>
</parameter>
</entry>
</parameters>
</propertyInstance>$%0D%0ABlock Rule: $<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.system.rules.currentrulename"/>$%0D%0ABlock Rule Set: $<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.system.rules.currentrulesetname"/>$%0D%0AComments: ">Submit Site Review to Your Administrator Using Mail Client</a>
<div class="options notdisplay$<propertyInstance useMostRecentConfiguration="false" propertyId="com.scur.engine.system.url.host.issubdomainofany">
<parameters>
<entry>
<string>com.scur.engine.system.url.host.issubdomainofany.domainlist</string>
<parameter valueTyp="1">
<value>
<listValue id="com.scur.type.string.2390"/>
</value>
</parameter>
</entry>
</parameters>
</propertyInstance>$">
<br />
</div>
</div>
Corporate Headquarters
6220 America Center Drive
San Jose, CA 95002 USA