简体   繁体   English

Apache Commons Email-在一个线程中发送电子邮件

[英]Apache Commons Email - Sending emails in a thread

I'm using Apache Commons Email to send notification emails to my users. 我正在使用Apache Commons Email向我的用户发送通知电子邮件。 Some emails share a topic and I would like them to be grouped in a same Conversation or Thread. 有些电子邮件共享一个主题,我希望将它们分组在同一个会话或主题中。

I couldn't find any out-of-the-box feature in Apache commons Email documentation. 我在Apache Commons Email文档中找不到任何现成的功能。

Is there any way to have email grouped in a same conversation using this library? 有什么办法可以使用此库在同一对话中对电子邮件进行分组?

Cheers, 干杯,

Send emails with same subject. 发送主题相同的电子邮件。 Those email will then appear in same group 这些电子邮件将出现在同一组中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Play Framework使用Apache Commons发送电子邮件 - Play Framework Sending Email by using Apache Commons 使用Apache Commons电子邮件发送邮件时出现问题 - Problem sending mail with Apache Commons email 使用通过Java Mail API(javax.mail.jar)运行的Apache Commons Email Component发送电子邮件是否需要“ sendmail服务”? - Is “sendmail service” necessary for sending emails with Apache Commons Email Component which works throgh Java Mail API (javax.mail.jar)? 无法使用Apache Commons Email在Tomcat 5.5上发送电子邮件 - Unable to send emails on Tomcat 5.5 using Apache Commons Email 使用Apache Commons电子邮件库以Java发送电子邮件时出错 - error while sending email in Java using Apache Commons email libs 使用Apache Commons电子邮件库以Java形式发送电子邮件 - Sending email in Java using Apache Commons email libs Apache Commons Email和JBOSS SSL-发送电子邮件失败,并带有SunCertPathBuilderException - Apache Commons Email and JBOSS SSL - sending email fails with SunCertPathBuilderException 将电子邮件发送到以下服务器失败(Apache Commons-Java) - Sending the email to the following server failed (apache commons - Java) 通过Lotus Notes使用Java Apache Commons Mail发送电子邮件 - Sending email with java Apache Commons Mail through Lotus Notes 使用apache commons邮件包从Android发送电子邮件 - Sending Email Using apache commons mail package from android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM