Hi,
I have added the below code to OnClick property of a button. When i am clicking on that button then the email is getting send by me (Akshay Manke), but when any other user is clicking the button (from his/her laptop and using their login) then also the email is getting sent by Akshay only which is incorrect. Where i am missing here? I want, the email to be sent using to other users email ID who is logged in.
Office365Outlook.SendEmailV2(
VarIntake.'Created By'.Email,
"This is a Test Email",
"Test Email",
{
Cc: "akshay.manke@test.com",
Importance: "High"
}
)
Thanks and Regards,
Akshay
Solved! Go to Solution.
Please Ignore this question. I rechecked and found that the emails are getting send from the respective users only. Will get back next week after doing more testing and will request help if needed.
Please Ignore this question. I rechecked and found that the emails are getting send from the respective users only. Will get back next week after doing more testing and will request help if needed.
User | Count |
---|---|
189 | |
127 | |
88 | |
47 | |
42 |
User | Count |
---|---|
278 | |
163 | |
134 | |
81 | |
78 |