• Steve Putnam
    35
    Trying to understand the email notification settings.
    Plan Report Settings show a default subject : %PLAN_NAME% %RESULT%
    This is the subject of the notification emails that I receive, and it is the one I want.
    But if I want to change the body of the email, to remove some misleading language, I need to use the email customization tab.
    It has its own setting for email subject:
    <xsl:value-of select="productName"/>
    <xsl:choose>
    <xsl:when test="planType='backup'">Backup completed</xsl:when>
    <xsl:otherwise>Restore completed</xsl:otherwise>
    </xsl:choose>

    There does not appear to be a way to keep the plan report settin subject AND modify the email body.
    Suggestions on how to do this?
bold
italic
underline
strike
code
quote
ulist
image
url
mention
reveal
youtube
tweet
Add a Comment