django - Sparkpost suppression error and mail stops sending -


i using sparkpost 1 of django website send mails users. had update on site sending mails users.

however few of users have deleted gmail id gmail , understand mails cannot sent ids.

however problem facing in django, sparkpost stops sending mails users once single mail fails because of this.

error message this:

message generation rejected code: 1902 description: recipient address suppressed due system policy  

that specific error ...suppressed due system policy sparkpost saying decided not send particular recipient address because appears on global suppression list. can read here basically, no-one should send email addresses on list sparkpost rejects mail them avoid later reputation damage.

that issue alone shouldn't stop mail flowing though. here few other options check out have effect:

  • what error sparkpost produce other failing messages?
  • has account been suspended? log in check.
  • does api key have correct privileges?

as aside, ask question on sparkpost community slack team.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

Why does math.random(999999999999) returns 1 in Lua? -