March 17, 200322 yr Newbies I wish to send a mass email to clients so that each email recipient receives a PDF containing their unique information - each PDF is different for each client. I've stored these PDF's in a container field for each client record. I was hoping that I could merely specify the defined container field in the Message Field Value in the Send Mail script. The result: a blank message. Any assistance would be appreciated. Thanks, Mike
March 18, 200322 yr You could try the OpenURL script step. try "mailto:[email protected]?attachment=thefile.pdf" you might have to look up the proper syntax, but something like that should work. (generate the URL in a calculation field)
Create an account or sign in to comment