Hi, I am wondering if you can set up a second ema...
# general
k
Hi, I am wondering if you can set up a second email adress for users where the email notifications concerning bills pending approval are sent? Instead of using the email which you register the user with. So one email for the user for the account creation, and a second email for email notifications. Is this possible and is it complex to configure?
i
I imagine is possible, and not too complicated. I think it would be enough to create a new field in the employee record to store the second email. Then assign that email for the notification of bills
k
Thanks for the answer! The second part, assigning it, how do you do this?
i
Well, it depends on how you control the notification: workflow or SuiteScript? In SuiteScript, for example, you just need to get the value of that field from the employee record and put it as the recipient in the email.send function