What will happen if the user enters some other number (say "2007") in the email ID field which by chance matches some other group ID (and assuming no user exists with username = 2007) ? As per the current logic, email should be sent out to all members of the group ID 2007.
Next, what if the user enters "Public" in the email ID field (assuming that a user with this name doesn't exist) ? Since it doesn't find a match in user form but finds a match in the Group form, it should send emails to everybody. If so, only creating a user with username = 0 might not be sufficient as it will not cover all the groups. Or am I wrong? Aravind --------------------------------------------------- On Thu, Dec 4, 2008 at 1:00 AM, bullcreek.com <[EMAIL PROTECTED]> wrote: If you create a user with the login of "0" (zero) and then try to send an email to that user it will find it. What happens is that the server first looks for records in the User form with a matching login of the string you specify, if it doesn't find any matching entries, then it will look in the Group form for any matching entries and if it finds one, it will send the email to all members of the matching Group entry. HTH Phil Bautista President / CEO Bull Creek Data Corporation www.bullcreek.com <http://www.bullcreek.com> Remedy Approved Consultant (RAC) 512-731-0304 _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

