I am trying to set my emails to all forward to another address. It is a work email so I cant just sign in in a different place.
I'm trying to configure rules and the standard command simply redirects so they don't enter my inbox at all. Ive tried using the script:
require ["copy", "fileinto"]; if true { redirect :copy "example@gmail.com"; }
However this throws up an error:
Error(Line1): invalid command: require
If anyone knows what is wrong with my script id be very grateful. Similarly if anyone can suggest a work around?