Hi
I want to be notify to a another adress when a mail arrive so i try this
script and other without any success
can someone can explain me what am i doing wrong
require
["fileinto","reject","vacation","imapflags","relational","regex","notify"];
if true {
notify :method "mailto" :options "cyril at zorg.com"
:message "test";
}
thanks