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

Jan Kuipers jrkuipers at lauwerscollege.nl
Sun May 2 01:53:38 PDT 2004


Citeren "Michael J. Pelletier" <mjpelletier at mjpelletier.com>:

> // 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....

Does Auth::getAuth() contain your emailaddress or just your username? In this
example it _should_ contain your emailaddress. This depends how you
authenticate to the server. You can test this in the phpshell (echo
Auth::getAuth();)
When Auth::getAuth() contains the username, you have to append the domain
('value' => Auth::getAuth() . '@domain',) or use a realm in servers.php when
you are using imp for authentication.

--
Jan Kuipers,
Systeembeheer Lauwers College
----------------------------------------------------------------
DISCLAIMER

This message contains confidential information and is intended only for 
the individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system. E-mail transmission cannot be 
guaranteed to be secure or error-free as information could be 
intercepted, corrupted, lost, destroyed, arrive late or incomplete, or 
contain viruses. The sender therefore does not accept liability for any 
errors or omissions in the contents of this message, which arise as a 
result of e-mail transmission. If verification is required please 
request a hard-copy version.




More information about the kronolith mailing list