Code Monkey home page Code Monkey logo

Comments (4)

adamcooke avatar adamcooke commented on May 13, 2024

For failures the MessageDeliveryFailed webhook be invoked when a message hard fails or soft fails too many times. If there's a soft fail you'll get MessageDelayed event.

There is no built-in support for handling feedback loops or handling List-Unsubscribe however both of these would be useful additions.

What exactly do you mean by "rejects"?

from postal.

elfeffe avatar elfeffe commented on May 13, 2024

I just copied all the events that Amazon SES list on their system, the most important part is complaints, that can be very usefull.

from postal.

adamcooke avatar adamcooke commented on May 13, 2024

Complaints are usually delivered using a feedback loop. You can register for these with providers like Hotmail, AOL, Yahoo etc... and they'll send you an email whenever one of their users marks your message as spam in their applications. At the moment, Postal has nothing in place to accept these emails and link them back to an original message that was sent. On our own IPs we route these into our Postal installation and then just forward them for manual intervention on our abuse queue. We don't see that many because we're quite cautious about who we send messages to.

The other type of "complaint" can be triggered using the List-Unsubscribe header which webmail providers use to notify you when someone wants to unsubscribe from your list. This is usually best handled by your mailing list application though as that is where you'll need to be updating your records to reflect the unsubscription.

from postal.

elfeffe avatar elfeffe commented on May 13, 2024

I fully agree

from postal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.