: Sure. Specify attachment file names as a comma separated list. : Same stands for recipients, if you have multiple recipients, specify them as : a list. I thought as much, but when I tried it - here is the result: Here is my script: It's not finding the second file, even though it exists in the specified directory. MailSendWithAttachment( "edwarc13@gartmore.us", "", & "edwarc13@gartmore.us", "DAILY FILE AUTO SEND", & "See attached file", "\\\\rsrvpa08\\ordata\\Risk Metrics Oracle Input\\posn.txt, \\\\rsrvpa08\\ordata\\Risk Metrics Oracle Input\\rm_data.txt") Can you see any issue with this script? (I'm using SMTP)
|