Email to user who does the imaging
-
Hello, I have a functioning FOG server that runs well. One small thing I am wondering is if we can make the server email only the user who is actually doing the imaging? What we would like is user “smith” starts an image, it completes, it emails user “smith” only.
Right now we have it set statically so that it emails a specific person no matter who does the imaging. Is there a variable we could set in the “Email Address” field, like “{USER}@emaildomain.edu” or something of that nature? I don’t want to mess with API’s or anything like that, but if there is a variable I will use it.
Any assistance is appreciated. Thank you much FOG pros!
-
@rogalskij said in Email to user who does the imaging:
Is there a variable we could set in the “Email Address” field, like “{USER}@emaildomain.edu” or something of that nature?
Unfortunately there is no variable at the moment. But it’s a tiny change to make this work. I just pushed a fix to the
dev-branch
. Whatever version you run you can either wait for FOG 1.5.8 to be release soon or add this change manually. Don’t worry about the schema update you see in this commit further up. No need to add this.