on someplugin_init() {
>global $username;
>print "Hi $username. Ostriches run fast.\n";
> }
>
> Then you can use it throughout the function.
So $username actually contains something like "[EMAIL PROTECTED]" ?
- --
Mark Watts
Senior Systems Engineer
QinetiQ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If I'm writing a plugin and I need to get hold of the currently logged in
users email address, what methods do I have to get this?
Cheers,
Mark.
- --
Mark Watts
Senior Systems Engineer
QinetiQ TIM
St Andrews Road, Malvern
GPG Public K
tp://www.squirrelmail.org/plugin_view.php?id=172
but I'm not having much luck with it (ranging from vanishing emails, to emails
with no From: address).
Can someone point me to either a worked example for a (any) vacation plugin
and qmail, or give me an 'idiots guide' to making it work?