I went through numerous solutions for this but couldn't replicate for outlook DLs. I have below requirement.
- Create .bat file for testng.xml file and run using task scheduler at any prescribed time. This one I have done.
- Next is to send the testng report to outlook DLs. I am using a remote desktop which is being used by many users.
How can I achieve that? I don't want to use sendEmail.exe file.
Any suggestions please?
- I tried Send an email(Deprecated) which gives this error:
An error has occurred for task test. Error message: The following error was reported. The task definition uses a deprecated feature.
Using
https://mvnrepository.com/artifact/ch.fortysix/maven-postman-plugin/0.1.6
. But for this also some error is coming up.If I am using a server desktop which is being used by other users also. They will be able to see my password for the outlook. How to get rid of this?