Hi Everybody
I have a question about the E-Mail Address Rules in OCUM to send Quota Alerts
I know you can use this to generate automatically User-Mail-Addresses like:
if $USER == 'jdoe*' then $USER@domain.com
which will result in jdoe@domain.com
But in our Domain the Username and Mail-Address are not the same. (User: jdoe / Mail: john.doe@domain.com)
Is it possible that we can do something like this
if $USER == 'nwa*' then $SURNAME.$LASTNAME@domain.com
this should result in john.doe@domain.com
Or is it possible to obtain the Address from the Active Directory?
I didn`t find anything like this
Does someone have a solution for that?
Thank you
Kind Regards
Nathanael