voodoodyne / subethasmtp

SubEtha SMTP is a Java library for receiving SMTP mail
Other
343 stars 138 forks source link

multiple messages on a server for sending one message with multiple recipients #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create new MimeMessage
2. message.addRecipients(Message.Recipient.To, new Address[]{address1, 
address2})
3. Transporter.send(messsage) against already started Wiser

What is the expected output? What do you see instead?
wiser.getMessages.size() gives 2 whereas 1 is expected.

What version of the product are you using? On what operating system?
subethasmtp 3.1.7

Original issue reported on code.google.com by zdenek.k...@gmail.com on 11 Jun 2013 at 9:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
The list contains one WiserMessage for every single recipients. I added 
documentation to make this more explicit. 

Original comment by hontvari@flyordie.com on 14 Oct 2013 at 1:40