JavaMail : Limitations on the count for sending mails

半城伤御伤魂 提交于 2019-12-07 08:19:05

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/18358658/javamail-limitations-on-the-count-for-sending-mails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!