0

Sending email, via javamail smtp, with 2 addresses listed in MIME headers but only 1 address used in send function seems to result in a messagePartiallyDelivered, regardless of the fact that the 'one' address provided to the send function successfully received the message.

Is this the expected behaviour ?

The javadocs for javamail are not very well filled out, so it is hard to tell if this is the behaviour I can expect with any implementation of javamail (be it sun/oracle, or gnu).

4

1 回答 1

0

你有 mail.smtp.reportsuccess 设置吗?如果是这样,那就是预期的行为。

否则,查看协议跟踪和调试会很有帮助。

于 2013-01-19T20:27:11.897 回答