Unable to send mail

I need better understanding on how send method works. I have an agent that does doc.send. The recepients is a group name. There is a particular user when runs this agent gets an error message “Unable to send mail, Multiple matches found in the address book”

I need to know what address book is it complaining about? Is it the names.nsf on the same server where the agent is running? Is it user’s Personnal address book on his mail server or local?

How does mail routing work? I thought it simply takes the group name looks it up to the names.nsf and sends an email to it’s members.

Please advise

Thanks

Subject: Unable to send mail

Have you checked the Help file on this??

Where does the user get an error?

doc.send is in the background so I dont think you can get this error.

Could you post your code?