AFAIK the php 'mail' command sends to multiple recipients,
putting the e-mail addresses in a semicolon (';') separated list (which
is what Peter probably is referring to).
So there should only be the need to change the valid e-mail address
check to split the recipients and check for each of them.
Actually it's only a few lines of code. Maybe it's worth.
The AD thing is obviously a bug, and I'll address it ASAP (the memberof
ldap attribute has disappeared from AD in the users).
Attached you can find the e-mail plugin with this implemented.
I'll probably will be adding the e-mail check to the My Files too in the
future, so probably this should go in svn.
For now you can simply replace the email.inc.php in the plugins
directory with this one.
Then go to the plugin options and enable multiple recipients (put a 1 as
a value for your users group, or for [Any] group)
Alessandro
Andy Hester ha scritto:
> Peter Velan wrote:
>> Yes, there is some necessity to address more then one recipient. But
>> finally I detected the fine "My Files" feature: As long as your files
>> are on the server, you could define more recipients (one after the
>> other) here!
>>
>>
> Yeah, I thought of that too. But I am using AD auth for a largish
> organization and I don't get the 'My Files' link. Instead I get a
> 'Public Files' link which is no good for me. :(
> So I have hidden the listing feature to maintain the privacy of each
> user until it is fixed. And I think that this is an ok solution for
> multiple recipients too.
>
> -Andy
>
>
> ------------------------------------------------------------------------------
> Register Now & Save for Velocity, the Web Performance & Operations
> Conference from O'Reilly Media. Velocity features a full day of
> expert-led, hands-on workshops and two days of sessions from industry
> leaders in dedicated Performance & Operations tracks. Use code vel09scf
> and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
> _______________________________________________
> Openupload-devel mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openupload-devel
|