Good Afternoon,
I could use some help setting about 350 vacation messages. We sold part of our company and will be transitioning those users. We want to set up a vacation message that just say hello this is user1 and I now work for abc. You can now reach me at
us...@abc.comI have a csv file to pull the user, set the forward, turn on the vacation reminder and I can set the message in the vacation reminder but I am having trouble getting the variables into the vacation message. Is that even possible?
I have tried different variations of this -
gam csv bjooo.csv gam user ~primaryEmail vacation on subject "New Email Address" file ooo.txt message replace "name" ~name replace "forward" ~forward html enddate 2025-12-31
In my ooo.txt file is this -
"Hello my name is {RT}name{/RT} and I now work for abc. You can now reach me at {RT}forward{/RT}"