• When I format an email, it looks fine but when I receive it in Outlook, it has extra code below the “intended” text of the email (see the code below). When I view it online, it is fine again. I’m running the most current version of Sendpress and this problem was occurring when I was running WordPress version 3.7. My website is http://www.magellanrisk.com if that helps.

    –>
    function ga_dash_callback(){ ga_dash_drawstats(); if(typeof ga_dash_drawsd == “function”){ ga_dash_drawsd(); } }
    function ga_dash_drawstats() { var data = google.visualization.arrayToDataTable([ [‘Date’, ‘Views’, ‘UniqueViews’],[‘2014-01-12’,0,0],[‘2014-01-13’,0,0],[‘2014-01-14’,0,0],[‘2014-01-15’,0,0],[‘2014-01-16’,0,0],[‘2014-01-17’,0,0],[‘2014-01-18’,0,0],[‘2014-01-19’,0,0],[‘2014-01-20’,0,0],[‘2014-01-21’,0,0],[‘2014-01-22’,0,0],[‘2014-01-23’,0,0],[‘2014-01-24’,0,0],[‘2014-01-25’,0,0],[‘2014-01-26’,0,0],[‘2014-01-27’,0,0],[‘2014-01-28’,0,0],[‘2014-01-29’,0,0],[‘2014-01-30’,0,0],[‘2014-01-31’,0,0],[‘2014-02-01’,0,0],[‘2014-02-02’,0,0],[‘2014-02-03’,0,0],[‘2014-02-04’,0,0],[‘2014-02-05’,0,0],[‘2014-02-06’,0,0],[‘2014-02-07’,0,0],[‘2014-02-08’,0,0],[‘2014-02-09’,0,0],[‘2014-02-10’,0,0],[‘2014-02-11’,0,0] ]);
    var options = { legend: {position: ‘none’}, pointSize: 3,colors:[‘#3366CC’,’#3366CC’], title: ‘Views vs UniqueViews’, chartArea: {width: ‘85%’}, hAxis: { showTextEvery: 5} };
    var chart = new google.visualization.AreaChart(document.getElementById(‘ga_dash_statsdata’)); chart.draw(data, options);
    } // ]]>

    https://wordpress.org/plugins/sendpress/

Viewing 1 replies (of 1 total)
  • Plugin Author itdoug

    (@itdoug)

    Did you add your own HTML into the editor? Can you send me an email? Doug at sendpress dot com

Viewing 1 replies (of 1 total)

The topic ‘Coding showing up in my emails’ is closed to new replies.