I need an alert to display a message and also a placed item name
the placed item name is placedItems[0].file.name and I want the alert to say, "Make note of the file with an error, this file will not be saved." and then display that name. Is this possible?
I thought I could just do two alerts, but that's ridiculous to deal with if you are using the script for a lot of files.
Ideally, the script would generate an email with the body containing the names of any files that had errors noted by the user, but I don't think I'm going to understand how to do things like that just yet. Can you even generate an email from an Illustrator script?