> functions/identity.php provides only one function. if you want to use it
> on your installation - get that file from cvs.
>
> http://cvs.sf.net/viewcvs.py/*checkout*/squirrelmail/squirrelmail/functions/identity.php?content-type=text%2Fplain&rev=1.4.4.2
>
> Author can also include this function in plugin
>
> if (! file_exists(SM_PATH . 'functions/identity.php') {
>    function get_identities() {
>       ...
>    }
> } else {
>    include_once(SM_PATH . 'functions/identity.php');
> }

Hmmm, well, I checked that out and added it, which fixed the immediate
problem, but the message still is not sent.  No errors, it just seems to
disappear.

I think I shall wait for 1.4.3 to be released - I'm not running a snapshot
on this host (nor do I intend to).  I'm sure I'm just missing a little bit
of the functionality of the current stuff.

Thanks for everone's help!

Benny


-- 
"I can't believe it's not carp!"                    -- MXC


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to