I have following send email task and I am trying to use in the Azure DevOps yaml pipeline
but I am stuck in using it. Prior task of this send email generates JSON and will take CSV file that task and I need to use that CSV file in the below send email task correctly.
https://marketplace.visualstudio.com/items?itemName=rvo.SendEmailTask&targetId=ca4e4e67-3099-4c62-9ea9-bef80e0cc70a&utm_source=vstsproduct&utm_medium=ExtHubManageList
I have following quesitons:
FIrst I want to test with personal gmail id , will it work?
what are all mandotory inputs to be filled in the above send email task?
Does it work for distribution group mail id?
what should I give in the from address section below if it is an office mail id in the TO section and if it is a personal gmail id in the TO section?
Hope to attach JSON file got generated in the previous task , I should use the attachment option below, am i right? ( here i need to convert JSON to csv)
I have following send email task and I am trying to use in the Azure DevOps yaml pipeline
but I am stuck in using it. Prior task of this send email generates JSON and will take CSV file that task and I need to use that CSV file in the below send email task correctly.
https://marketplace.visualstudio.com/items?itemName=rvo.SendEmailTask&targetId=ca4e4e67-3099-4c62-9ea9-bef80e0cc70a&utm_source=vstsproduct&utm_medium=ExtHubManageList
I have following quesitons:
FIrst I want to test with personal gmail id , will it work?
what are all mandotory inputs to be filled in the above send email task?
Does it work for distribution group mail id?
what should I give in the from address section below if it is an office mail id in the TO section and if it is a personal gmail id in the TO section?
Hope to attach JSON file got generated in the previous task , I should use the attachment option below, am i right? ( here i need to convert JSON to csv)