通过java每日发送超过电子邮件的配额 [英] Daily sending quota exceeded for email via java

查看:1125
本文介绍了通过java每日发送超过电子邮件的配额的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Java应用程序通过我的Gmail帐户发送电子邮件。突然间,今天我发现这个例外。我猜我的Gmail邮箱是?那么这个问题的解决方案是什么?

  com.sun.mail.smtp.SMTPSendFailedException:550 5.4.5每日发送配额超标。 y4sm4213404obj.10 
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057)
at com.sun.mail.smtp.SMTPTransport.data(SMTPTransport.java:1849)
Transport问题
在com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1099)
在javax.mail.Transport.send0(Transport.java:195)
在javax.mail.Transport.send(Transport.java:124)
在commServer $ MailProcessor.run(commServer.java:2263)
在java.lang.Thread.run(Thread.java: 619)


解决方案

GMail帐户可以并经常暂停从使用,如果它似乎你是一个可能的垃圾邮件发送者或传播病毒通过电子邮件或以其他方式带来伤害他人,从而违反GMail的政策。

这里是他为您提供的快速规则书

来自:使用Gmail进行大量邮寄 Amit Agarwal在数字灵感中


规则1



如果您通过POP或IMAP客户端访问Gmail ),
,您可以一次发送电子邮件给最多100人。
超过限额,您的帐户将在一天中因
错误550 5.4.5每日发送配额超出而被停用。



Rule 2。



如果您从浏览器访问Gmail,您可能无法将电子邮件
邮件发送给超过500人时间。尝试在收件人,抄送或密件抄送字段中添加更多
收件人,并且您的Gmail帐户在24-72小时内可能会被禁用
。错误:Secton 4中的Gmail锁定



第3条。 总是在Gmail中点击
发送按钮之前,请仔细检查收件人的电子邮件地址。这是因为如果电子邮件的
包含大量不存在或破碎的
地址(< 25?),并且在发送失败时反弹,您的帐户将被禁用。



规则4:
$ b 这与Google略有不同,但仍然很重要--Google会禁用
您的Gmail如果您没有检查您的Gmail电子邮件为
a九个月的期限,则为永久帐户。所有存储的邮件都会被删除,并且您的Gmail地址(用户名)可能会被释放以供其他人使用。


In End gmail仅供个人使用,如果您使用它进行某种类型的测试或其他事情,则建议您获得一个邮件服务器帐户



这里是google说有关发送限制


I have a java application sending email via my gmail account. Suddenly today I find this exception. I guess my gmail block is it? So what is the solution to this problem?

com.sun.mail.smtp.SMTPSendFailedException: 550 5.4.5 Daily sending quota exceeded. y4sm4213404obj.10
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057)
at com.sun.mail.smtp.SMTPTransport.data(SMTPTransport.java:1849)
Transport Problem
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1099)
at javax.mail.Transport.send0(Transport.java:195)
at javax.mail.Transport.send(Transport.java:124)
at commServer$MailProcessor.run(commServer.java:2263)
at java.lang.Thread.run(Thread.java:619)

解决方案

GMail accounts can and often will be temporarily suspended from usage if it appears that you are a probable spammer or spreading viruses by email or otherwise bringing harm to others and thus violating GMail's policy.

here are he quick rule book for your refrence

From: Bulk mailing using Gmail by Amit Agarwal at Digital Inspiration

Rule 1.

If you access Gmail via POP or IMAP clients (like Microsoft Outlook), you can send an email message to a maximum of 100 people at a time. Cross the limit and your account will be disabled for a day with the error "550 5.4.5 Daily sending quota exceeded."

Rule 2.

If you access Gmail from the browser, you may not address an email message to more than 500 people at a time. Try adding any more recipients in the To, CC or BCC field and your Gmail account will get probably disabled for 24-72 hours. Error: "Gmail Lockdown in Secton 4"

Rule 3.

Always double check email addresses of recipients before hitting the Send button in Gmail. That's because your account will get disabled if the email message contains a large number of non-existent or broken addresses (<25 ?) that bounce back on failed delivery.

Rule 4:

This is slightly unrelated but still important - Google will disable your Gmail account permanently if you don't check your Gmail email for a period of nine months. All the stored messages will be deleted and you Gmail address (user name) may be released for others to grab it.

In End gmail is for personal use only and if you are using it for nay kind of testing or other things suggest you to get an mail server account

here is what google says about sending limits

这篇关于通过java每日发送超过电子邮件的配额的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆