thiru_k
thiru_k

Reputation: 847

JavaMail : Limitations on the count for sending mails

Limitations on the count for sending emails using JavaMail

  1. What is the maximum number of emails can be present in the to/cc/bcc list?
  2. What is the maximum number of emails that can be sent in a Session?

Does these numbers depend on the SMTP server configuration?

Upvotes: 4

Views: 1966

Answers (1)

Bill Shannon
Bill Shannon

Reputation: 29971

All of those numbers depend on the server. JavaMail imposes no limits other than available memory.

Upvotes: 5

Related Questions