使用 Python 检查电子邮件大小限制
有人可以告诉我,如何检查电子邮件的大小限制。 因此,如果所有附件一起超出了限制,我可以在更多消息中发送它们。假设每个附件都小于限制大小。
我使用 python 2.7(电子邮件、smtplib 模块)。
任何建议、样品、链接..将不胜感激。
Can someone tell me, how could I check the size limit of an email message.
So, if all attachements together exceeded the limit, I could send them in more messages. And lets say that each attachement is smaller than limit size.
Im using python 2.7 (email, smtplib modules).
Any suggestions, samples, links.. would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我发现了:)
这会返回整个电子邮件(包含标题、主题、消息文本...)的大小限制(以字节为单位)。
Ok, I found that out :)
This returns size limit (in bytes) of entire email (with header, subject, message text...).