简体   繁体   English

每天发送数千封电子邮件而不是垃圾邮件

[英]Sending Thousands of Email per day without being spam

I'm having a website developed with ASP.NET which is a online art competition that people can register and enroll with competition. 我有一个用ASP.NET开发的网站,这是一个在线艺术竞赛,人们可以在竞争中注册和注册。

In my system there are lot of emails that sends on various stages of the process for a user. 在我的系统中,有许多电子邮件在用户的流程的各个阶段发送。

As an example, one user gets: 例如,一个用户获得:

  1. Account confirmation email 帐户确认邮件
  2. Welcome email 欢迎电邮
  3. Competition Instruction email 竞赛指导电子邮件
  4. Password reset email 密码重置电子邮件
  5. Payment confirmation email 付款确认电邮
  6. Thank you email for completing the enrollment process. 感谢您发送电子邮件以完成注册过程。

Likewise I need to send various emails, so now the number of users registering per day is getting higher and higher. 同样,我需要发送各种电子邮件,因此现在每天注册的用户数量越来越多。

So lets say there are more than 2000 - 5000. So there will be more than 10000 email sending from my noreply@mydomain.com email im using to send emails. 所以我们说有超过2000 - 5000.因此,我的noreply@mydomain.com电子邮件中发送的电子邮件将超过10000封,用于发送电子邮件。

Anyway one email message only send for a one user. 无论如何,一封电子邮件消息仅发送给一个用户。 Meaning there is only one user email address in 'To:' field and no 'CC:','Bcc:' fields. 这意味着“收件人:”字段中只有一个用户电子邮件地址,没有“CC:”,“密件抄送:”字段。

My question is is this considered as spamming ? 我的问题是这被视为垃圾邮件? I have a doubt that my email can be marked as spam. 我怀疑我的电子邮件可能被标记为垃圾邮件。 How i can avoid this? 我怎么能避免这个? Is there any way to do it properly? 有没有办法正确地做到这一点?

Managing your own mail server can be a pain. 管理自己的邮件服务器可能会很痛苦。 There's a lot to doing it right, and getting it wrong can mean landing on a blacklist. 做得很对,做错了可能意味着登陆黑名单。 I recommend going with a service who has put in the time to ensure their e-mails get through. 我建议你选择一个能够确保他们的电子邮件通过的服务。

You can find a rather exhaustive list of them here: Sendgrid vs Postmark vs Amazon SES and other email/SMTP API providers? 你可以在这里找到一个相当详尽的列表: Sendgrid vs Postmark vs Amazon SES和其他电子邮件/ SMTP API提供商?

Also, if you're sending e-mails in the US, be sure to follow the guidelines of the CAN-SPAM Act . 此外,如果您要在美国发送电子邮件,请务必遵循CAN-SPAM法案的指导原则。

At least separate emails to registered users from registration/verification emails. 至少通过注册/验证电子邮件将注册用户的电子邮件分开。 Send them from different IP addresses. 从不同的IP地址发送它们。

Make sure that recipients want to receive you emails and they can easily opt-out at any moment (after initial opt-in) also WITHOUT log in to your service. 确保收件人希望收到您的电子邮件,他们可以随时(初次选择加入后) 轻松选择退出,也无需登录您的服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM