I have a function which generates a report as a RTF file, then sends it out to a list of users via Lotus Notes. The list of users is generated within the function using a query.
The code worked fine while I was testing with just me in the recipients... but as soon as I add more people to the list, I get
Runtime error 7294: Unable to send mail, no match found in name and address book(s)
If I copy and paste the generated list into a new mail message in Lotus Notes, it accepts them all....
I THINK this is because when it's sending from Access, it's trying to use my personal address book, rather than the one that's held on the mail server... Does that sound plausible / feasible? If it does, can anyone let me know how to change this?
I tried changing the recipients list to have the 'actual' email addresses in it rather than their names - when I did that I got no errors... but it didn't send the email, either!
HELP?
I can attach the code I'm using, if it would help...
The code worked fine while I was testing with just me in the recipients... but as soon as I add more people to the list, I get
Runtime error 7294: Unable to send mail, no match found in name and address book(s)
If I copy and paste the generated list into a new mail message in Lotus Notes, it accepts them all....
I THINK this is because when it's sending from Access, it's trying to use my personal address book, rather than the one that's held on the mail server... Does that sound plausible / feasible? If it does, can anyone let me know how to change this?
I tried changing the recipients list to have the 'actual' email addresses in it rather than their names - when I did that I got no errors... but it didn't send the email, either!
HELP?
I can attach the code I'm using, if it would help...