Newsletter Builder deprecated problem

By Dave - September 8, 2014

Hi Hiroko,

It's because the version of PHP you are using has added some new warning messages.  You can remove that warning message by adding a @ before preg_replace on that line:

    $emailHeaders['html'] = @preg_replace($absLinkRegexp, $replacementEval, $emailHeaders['html']);

Can you let me know if that resolves the issue for you?  We'll have that fix in the next release.

Dave Edis - Senior Developer
interactivetools.com