<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Can anyone tell me more about this issue?<br>
    <br>
    I've just set up a workflow to send an email and ideally I don't
    want any tracking / html at all. Wondering if there is a way to
    force an email for this workflow to exclude all html?<br>
    <br>
    My issue is mostly however with the javascript included in the mail:<br>
    <br>
    <blockquote type="cite">
      <pre>       <script type="text/javascript">if (top != self) {top.location.href = self.location.href;}</script><script type="text/javascript">var csrfMagicToken = "sid:6d69ceadb7e999ee89105b6ec2b7f01790db3bb7,1441924512";var csrfMagicName = "__vtrftk";</script><script src="libraries/csrf-magic/csrf-magic.js" type="text/javascript"></script><script type="text/javascript">if (top != self) {top.location.href = self.location.href;}</script><script type="text/javascript">var csrfMagicToken = "sid:b61c3de7d74cdc94362af7597429f8cdfcb0a05c,1441927628";var csrfMagicName = "__vtrftk";</script><script src="libraries/csrf-magic/csrf-magic.js" type="text/javascript"></script></pre>
    </blockquote>
    I have attempted to add the patch below, but have a feeling the bug
    was causing multiples of the javascript to be sent, whereas one is
    actually expected?<br>
    <br>
    Any advice would be appreciated, worst case I will add a custom
    workflow function and use my own mailer calls.<br>
    <br>
    Thanks<br>
    <br>
    <div class="moz-cite-prefix">On 31/08/15 17:10, Manu urs wrote:<br>
    </div>
    <blockquote
cite="mid:CAJ0TF58jYNzGfwwrEPJL6KgaNrUNG8VvsWM7N1NPU_m33XKknQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Hi<br>
              <br>
            </div>
            Please add the below patch of code in the config.php  file 
            to solve the issue.<br>
            <br>
            <blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px
              solid rgb(204,204,204);padding-left:1ex"
              class="gmail_quote">
              <pre>/**
 * Vtiger specific custom config startup for CSRF 
 */
function csrf_startup(){
    //Override the default expire time of token 
    $GLOBALS['csrf']['expires'] = 259200;

    /**if an ajax request initiated, then if php serves content with <html> tags
     * as a response, then unnecessarily we are injecting csrf magic javascipt 
     * in the response html at <head> and <body> using csrf_ob_handler(). 
     * So, to overwride above rewriting we need following config.
     */
    if(isAjax()) {
        $GLOBALS['csrf']['frame-breaker'] = false;
        $GLOBALS['csrf']['rewrite-js'] = null;
    }
}

function isAjax() {
    if (!empty($_SERVER['HTTP_X_PJAX']) && $_SERVER['HTTP_X_PJAX'] == true) {
        return true;
    } elseif (!empty($_SERVER['HTTP_X_REQUESTED_WITH'])) {
        return true;
    }
    return false;
}</pre>
            </blockquote>
            <br>
          </div>
          Regards,<br>
        </div>
        Manu Urs<br>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Sun, Aug 30, 2015 at 11:42 AM,
          Stacey Johnson <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:stacey.johnson110@gmail.com" target="_blank">stacey.johnson110@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div>What about below reported bug?<br>
              </div>
              What time frame "soon" should normally cover?<br>
            </div>
            <div class="gmail_extra"><br>
              <div class="gmail_quote">On Sat, May 9, 2015 at 12:46 AM,
                Uma S <span dir="ltr"><<a moz-do-not-send="true"
                    href="mailto:uma.s@vtiger.com" target="_blank">uma.s@vtiger.com</a>></span>
                wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  <div dir="ltr">Hi,
                    <div><br>
                    </div>
                    <div>We are in between different project development
                      work, will get back soon.</div>
                  </div>
                  <div class="gmail_extra">
                    <div>
                      <div><br>
                        <div class="gmail_quote">On Fri, May 8, 2015 at
                          9:33 PM, Alan Lord <span dir="ltr"><<a
                              moz-do-not-send="true"
                              href="mailto:alanslists@gmail.com"
                              target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:alanslists@gmail.com">alanslists@gmail.com</a></a>></span>
                          wrote:<br>
                          <blockquote class="gmail_quote"
                            style="margin:0 0 0 .8ex;border-left:1px
                            #ccc solid;padding-left:1ex"><span>On
                              08/05/15 16:39, Manuel Fernando wrote:<br>
                              <blockquote class="gmail_quote"
                                style="margin:0 0 0 .8ex;border-left:1px
                                #ccc solid;padding-left:1ex">
                                Uma S,<br>
                                <br>
                                I know you could reproduce this error.
                                Great, but any fix soon or plans<br>
                                to update us?<br>
                              </blockquote>
                              <br>
                            </span>
                            +1<br>
                            <br>
                            <br>
_______________________________________________<br>
                            <a moz-do-not-send="true"
                              href="http://www.vtiger.com/"
                              target="_blank">http://www.vtiger.com/</a><br>
                          </blockquote>
                        </div>
                        <br>
                        <br clear="all">
                        <div><br>
                        </div>
                      </div>
                    </div>
                    <span class=""><span>-- <br>
                        <div>
                          <div dir="ltr">With<br>
                            Best Regards<br>
                            Uma.S<br>
                            <div>Vtiger Team</div>
                          </div>
                        </div>
                      </span></span></div>
                  <br>
                  _______________________________________________<br>
                  <a moz-do-not-send="true"
                    href="http://www.vtiger.com/" rel="noreferrer"
                    target="_blank">http://www.vtiger.com/</a><br>
                </blockquote>
              </div>
              <br>
            </div>
            <br>
            _______________________________________________<br>
            <a moz-do-not-send="true" href="http://www.vtiger.com/"
              rel="noreferrer" target="_blank">http://www.vtiger.com/</a><br>
          </blockquote>
        </div>
        <br>
        <br clear="all">
        <br>
        -- <br>
        <div class="gmail_signature">
          <div dir="ltr">
            <div>Regards,<br>
            </div>
            Manu<br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://www.vtiger.com/">http://www.vtiger.com/</a></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Richard Hills
TechnologyWise Ltd, Tauranga, NZ
<a class="moz-txt-link-abbreviated" href="mailto:richard@tw.co.nz">richard@tw.co.nz</a>
<a class="moz-txt-link-abbreviated" href="http://www.technologywise.co.nz">www.technologywise.co.nz</a>
ph: +64 (0)7 571 1060
fax: +64 (0)7 571 1061</pre>
  </body>
</html>