Sharp intake of breath - my first post here.
I have been using SS for some months now with mostly good results, but recently came across a problem with teh Newsletter Module in SS 3.1.1
When I send a test email, everything is fine - but - when I send out a live email the formatting of links is destroyed.
Sample would be a hyperlink http://mywebsite.com is replaced with /var/www/mywebsite/newsletterlinks/bd9cd393e8add09d3e60d3c3b7da035f - which obviously doesn't work.
Links to embeded images are likewise corrupted
I've looked, but can't see anything similar here - any help appreciated
Andy
My composer.json
{
"name": "silverstripe/installer",
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.3.2",
"silverstripe/cms": "3.1.1",
"silverstripe/framework": "3.1.1",
"silverstripe-themes/simple": "*",
"titledk/cloudy": "dev-master",
"silverstripe/widgets": "*",
"silverstripe/blog": "*",
"simplepie/simplepie": "*",
"silverstripe/comments": "*",
"silverstripe/userforms": "*",
"ezyang/htmlpurifier": "*",
"silverstripe/file-listing": "*",
"purplespider/basic-galleries": "dev-master",
"silverstripe/newsletter": "*",
"silverstripe/spamprotection": "*",
"silverstripe/recaptcha": "*",
"silverstripe/docsviewer": "*",
"silverstripe/behat-extension": "*",
"silverstripe/buildtools": "*",
"silverstripe/googlesitemaps": "*"
},
"config": {
"process-timeout": 600
},
"minimum-stability": "dev"
}