require "fileinto";
require "mime";
require "copy";
if anyof (address :is "To" ["invoces-company1@my.domain","invoces-company2@my.domain"]) {
fileinto "INBOX.Invoices";
if header :mime :anychild :contenttype "Content-Type" "application/pdf" {
redirect :copy "invoices-@acounting.domain";
}
}
Could not find relevant error log in console.
Prerequisites
What happened?
Failed to save the script Switching to Graphical editor failed Error: [ expected but found: :mime :anychild :contenttype "Content-Type" "appli...Logs and Traces
Could not find relevant error log in console.
Which Version