Re: [SM-USERS] Plugins and getting the users email address.

2003-11-20 Thread Mark Watts
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

[SM-USERS] Plugins and getting the users email address.

2003-11-20 Thread Mark Watts
-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

[SM-USERS] qmail and vacation plugin

2003-10-30 Thread Mark Watts
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?