英文:
Sending 50k Emails a Day Using Sengrid and C#
问题
根据您的经验,是否可以使用Sengrid的SMTP中继和C#每天发送40,000封电子邮件?
到目前为止,我已经创建了一个邮件队列,每2秒发送1封电子邮件,现在使用Google Workspace电子邮件,每天发送1000封电子邮件。然而,我想扩大到每天发送40,000封电子邮件。
是否可以使用Sengrid的SMTP中继集成来实现这个目标?我的邮件会被阻止吗?(因为数量很大)
大公司如何以编程方式处理这么多电子邮件?(需要以编程方式,因为我发送的信息存储在数据库中)
谢谢
英文:
Depending on your experience, is it possible to send 40k emails a day using Sengrid's SMTP relay and C#?
So far I have created a mail queue that sends 1 email per 2 seconds and using Google Workspace email, for now, for 1000 emails a day. However, I'd like to scale to 40k emails a day.
Is it possible to do it with Sengrid's SMTP relay integration? Will my emails get blocked? (Since it is in huge numbers)
How do big companies handle this many number of emails programmatically? (Need to be programmatically because the information that I sent lays in the database)
Thank you
答案1
得分: 3
你可以使用Sendgrid每天发送超过40,000封电子邮件。我认为每封电子邮件的限制是20MB。
关于垃圾邮件,如果您验证您的帐户并注册您的提供商等,应该不会出现问题。Sendgrid需要您采取一些步骤来防止这种情况发生。
需要注意的一点是,SMTP服务器集成、用户界面和C# API不是同一回事。如果您正在使用C#,API适合您。
我与Sendgrid没有任何关联。
英文:
You can use Sendgrid to send well over 40k emails a day. I think that the limitation is on 20MB per email.
Regarding spam, you should have no problems if you validate your account and register your provider and all. Sendgrid has some steps required from your side to prevent this from happening.
One thing to note us that there is the SMTP server integration, the UI and the C# Api. They are not the same thing. If you are using C#, the api is for you.
I am not affiliated with Sendgrid.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论