asp.net - Sending Thousands of Email per day without being spam -
i'm having website developed asp.net online art competition people can register , enroll competition.
in system there lot of emails sends on various stages of process user.
as example, 1 user gets:
- account confirmation email
- welcome email
- competition instruction email
- password reset email
- payment confirmation email
- thank email completing enrollment process.
likewise need send various emails, number of users registering per day getting higher , higher.
so lets there more 2000 - 5000. there more 10000 email sending noreply@mydomain.com email im using send emails.
anyway 1 email message send 1 user. meaning there 1 user email address in 'to:' field , no 'cc:','bcc:' fields.
my question is considered spamming ? have doubt email can marked spam. how can avoid this? there way properly?
at least separate emails registered users registration/verification emails. send them different ip addresses.
make sure recipients want receive emails , can easily opt-out @ moment (after initial opt-in) without log in service.
Comments
Post a Comment