Quote:
Originally Posted by Antivirus
Scotsmist, glad to see you were able to solve the peoblem!
|
Hi,
adding $delimiter to the plugin was needed for me, when including the bounce link in the email message.
Code:
}
else
{
// if turned on, construct bounce code & place in email message body
$bouncecode = $delimiter . construct_phrase($vbphrase['anti_bounce_message'], $bounceurl);
/* replace above line with following line if the url in bouncing email body is not displaying as a link
$bouncecode = construct_phrase($vbphrase['anti_bounce_message'], $bouncestring);
*/
$message .= $bouncecode;
}