每天在 google 邮件上使用机器人发送邮件的最大限制是多少?
what is the max limit for sending mails on google mail with bots/ per day?
实际上,我试图用 python smtplib 发送大约 400 封邮件并在邮件中呈现 html,但是在第 98 封邮件之后,连接被关闭。我知道每天发送google封邮件的时间限制是500封,所以为什么我的连接被关闭了。实际上,代码中没有错误,它运行良好,我的连接很好,我正在使用 windows 10.
我认为在你的情况下,使用 smtp.google.com 限制是 100:参见 here。
上面写着:
Email recipients per day 100* / day for Consumer (e.g., gmail.com) and G Suite free edition.
我没有看到任何时间限制。
实际上,我试图用 python smtplib 发送大约 400 封邮件并在邮件中呈现 html,但是在第 98 封邮件之后,连接被关闭。我知道每天发送google封邮件的时间限制是500封,所以为什么我的连接被关闭了。实际上,代码中没有错误,它运行良好,我的连接很好,我正在使用 windows 10.
我认为在你的情况下,使用 smtp.google.com 限制是 100:参见 here。
上面写着:
Email recipients per day 100* / day for Consumer (e.g., gmail.com) and G Suite free edition.
我没有看到任何时间限制。