How to add delivery servers for an individual customer?

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 the settings and login as a customer. You should see the Servers menu item in the customers area and you should be able to add a new server.

You also can add a delivery server from backend area and then assign it directly to a customer. In this case, the customer will not see the Servers menu in the customer area but the server will be assigned to them.
When using customer groups, you can change this setting for each customer group, it will inherit the default from the above Backend > Settings > Customers area.

    • Related Articles

    • 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 ...
    • Add a new delivery server type

      If you look in apps/common/models/ you will see lots of files called DeliveryServer{TYPE}.php where type is the provider they implement, for example DeliveryServerAmazonSesWebApi.php In order to create your own delivery server implementation, you ...
    • 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 ...
    • 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 ...
    • 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 ...