Looking to send email notification using alternate email.
Scenario: We have a Request Offering where an end user can request their email address to be changed. upon completion of this request, we need to send the information to access the new email to an alternate email that the user will provide to us.
Is there a way that I can send a notification to this alternate email?
Best Answers
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭
Hi @Eric_Evans
Definitely, if they are entering the email in a prompt, you can access this via PowerShell and grab the email address from the user inputs and send the email to that address.
Just use something like a powershell activity in the Request and that should do the trick!
Thanks,
Shane
0 -
Eric_Evans Member IT Monkey ✭
We have opted to send the information to a flow and send the email that way. Thank you for the reply!
1
Answers
Hi @Eric_Evans
Definitely, if they are entering the email in a prompt, you can access this via PowerShell and grab the email address from the user inputs and send the email to that address.
Just use something like a powershell activity in the Request and that should do the trick!
Thanks,
Shane
We have opted to send the information to a flow and send the email that way. Thank you for the reply!