[TYPO3-english] direct mail and cron

Steffen Gebert steffen at steffen-gebert.de
Tue Jan 20 23:54:51 CET 2009


Piers temp account wrote:

> I'm having problems setting up the cron job in direct mail. I set up
> the cron job fine, but it returns the error

Just use a wrapper script like this:

<?php
define('PATH_site', '/path/to/typo3/');
require(PATH_site . 'typo3conf/ext/direct_mail/res/scripts/dmailerd.phpcron');

and point cronjob to it.

Steffen


More information about the TYPO3-english mailing list