I’m setting a cell in Notes: “replaceitemvalue myDoc itemname “SendTo” newvalue ToAddress”
where ToAddress is a text string (of email addresses) from a FileMkaer db.
The applescript command:
"send myDoc without attachform"
works ok with one address, but if you try and set two addresses e.g someone@company.com, another.someone@company.com
then you get a delivery failure:
“No route found to domain company.com, someone@company.com, another.someone@company.com from server companyMAIL/compnayPLC. Check DNS configuration.”
Anyone got any ideas.
Thanks in advance
Andy