12
9 Comments

The most detailed tutorial on setting up AWS SES + SNS and send emails from Django, filtering bounces and complaints

https://appliku.com/post/how-send-email-django-and-ses
submitted this linkon April 1, 2021
  1. 2

    Thanks for the guide dude... Much needed as I'm beginning to use SES

  2. 2

    Gosh, your guide is so big that I guess you'll get a lot of SEO traffic at least :)

    You can post the same on dev.to, looks like a good place for such content too

    1. 1

      Why dev.to instead of owning the content?

      1. 1

        I believe you can add your own page as the canonical url to a dev.to blog post.
        So you can get some of the SEO benefit while using dev.to to get more engagement.

        Using that and a note at the top of the post to link to the original post and it might be worth it.

        1. 1

          Ah I see. I didn't think of the backlinks. Yeah you are right.

    2. 1

      Thanks. Yeah, I will do it, thanks a lot.

  3. 1

    This is really great! How to get approval from the SES team I tried 2 times but got rejected. Any suggestion on that?

    1. 1

      I noticed the following things help:

      Request as low as possible daily volume send. 500-1000/emails day should be enough for a start for almost any app that is just starting out. You can try 2k maybe. But I suggest don't go higher.

      Tell them you will handle bounces/complaints via SNS and your app will respect that(and really do it).

      That's on top of my head. Low hanging fruit so to say.

      Later you can request for bigger sending volume.

      The rate of sending 10/sec should be plenty. Don't believe an average app can send more anyway :D

  4. 1

    Nice work 👏 learn, build and deploy