[kronolith] Re: "you don't have an email address setup up in your preferences"

Michael J. Pelletier mjpelletier at mjpelletier.com
Sat May 1 20:48:20 PDT 2004


I have made this change in horde/conf/prefs.php

from this:
// user preferred email address for From: line
$_prefs['from_addr'] = array(
    'value' => '',
    'locked' => false,
    'shared' => true,
    'type' => 'implicit'
);

to this:
// user preferred email address for From: line
$_prefs['from_addr'] = array(
    'value' => Auth::getAuth(),
    'locked' => false,
    'shared' => true,
    'type' => 'implicit'
);

But it still gives me the damn message? OK, what amd I missing? Besides my
sanity....

Michael

/*************************************/
Unix is a very friendly OS, it is
just picky about who it makes friends
with...
/*************************************/


More information about the kronolith mailing list