[TYPO3-english] Newsletter Solutions

Florian Schaeffer florian.schaeffer at mercoline.de
Mon Jan 10 13:42:12 CET 2011


Hello Andreas,

> But it is still not working
>
> *The plain text content could not be fetched.*
> *The HTML content could not be fetched.*

I once got this problem when:

- either a domain record was not defined
- or the mail-fetching was not working because of the system not being 
able to make that url-call.

You could try to write a simple php-script which reads a page .

Something like

<?php

$content = file_get_contents('http://www.example.com/index.php?id=42');
echo $content;

?>
  and execute it via webbrowser ....

If this is working, directmail should be able to fetch the data. If this 
is not working, you have at least a point to start at ...

HTH
Florian


More information about the TYPO3-english mailing list