Feedback loop servers

Feedback loop servers

Every time when the Spam button is pressed by one of your subscribers, the email provider the subscriber belongs to, will send a notification related to that event. In order to receive such notifications, you should subscribe for such notifications at the email provider.

However, most email providers will also send the notifications at one of these 3 addresses: abuse@domain.com, postmaster@domain.com and fbl@domain.com.

In order for AppMail to process these notifications, you need to add feedback loop servers for each email address, either for the one you subscribed at the email provider, or for the 3 listed above.

Please note that when sending only via delivery servers of type web API you don’t need to setup feedback loop servers since these are automatically processed via webhooks.

    • Related Articles

    • Bounce servers

      You like it or not, when you start sending emails, not all your addresses will be valid and when sending emails to invalid email addresses, these emails will return to you in order to notify you that the given email address is not valid anymore. In ...
    • Delivery servers

      Delivery servers are needed in order to send out all the emails from the application. Even if it’s about sending a confirmation email, an email campaign, a test email, you need a delivery server to actually make the delivery. AppMail comes with ...
    • Delivery Servers Warmup Plans

      Starting with the version 2.1.10 we added the delivery servers Warmup Plans feature, which was long requested by our customers. Some background on the "Warming Process" Delivery server warming is the gradual process of establishing a reputation as a ...
    • How to add delivery servers for an individual customer?

      You need to go to Backend > Settings > Customers and select the Servers tab. From this screen, select the number of delivery servers the customer is allowed to add, but also what type of delivery servers he is allowed to add. Once you do this, save ...
    • When using WEB API delivery servers, bounce processing doesn’t work.

      If you are using the web api implementation for Amazon SES / Mandrill / Mailgun / etc and you find out that bounce processing doesn’t really work, below are potential reasons: 1. You are redirecting users from http to https. If that’s the case make ...