thanks, forgot about register with a cron, now works 🙂
thanks
$newconfig = ms_postie_GetDefaults();
$newconfig[interval] = ‘fiveminutes’;
and other parameters…
update_option(‘postie-settings’, $newconfig);
and it works (can see all config in settings->postie, however need to press save in the settings in order postie to start working
different place…before signup fore not after and on different page too