gpt4 book ai didi

java - 如何通过电子邮件将 xslt 报告发送给 xls 文件中给出的用户列表?

转载 作者:行者123 更新时间:2023-12-01 04:45:46 24 4
gpt4 key购买 nike

成功完成(执行)构建(通过/失败)后,我能够生成 XSLT 报告。我想通过电子邮件将此报告发送到 Excel 工作表中提到的电子邮件地址。电子邮件地址不是太多,但它们是固定的,即只有一组特定的电子邮件地址才会收到此报告。我需要编写一个目标,我将通过终端的 ant 命令调用它来发送报告。

<target name="run"> 

<antcall target="clean" />

<antcall target="init" />
<antcall target="compile" />

<antcall target="runTests" />
<!-- <antcall target ="makeXsltReports"/> -->

<antcall target ="testng-xslt-report"/>
<antcall target="openReport" />
<Fetch the excel sheet's cell one >> get the email address >> send the email.

</target>

最佳答案

关于java - 如何通过电子邮件将 xslt 报告发送给 xls 文件中给出的用户列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15877575/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com