Skip to content

Email Settings

Every Backendless backend includes email settings which are used any time an email must be delivered on behalf of the application. The scenarios when an email is sent are:

The default email settings can be changed using Backendless console:

  1. Login to Backendless Console.
  2. Select an app.
  3. Click Manage, then scroll down to Email Settings on the App Settings screen.
  4. Fill out the form with the SMTP server information
    manage-email-settings.zoom50
    where:
  5. SMTP Server - Hostname or public IP address of the server where the SMTP server is running.
  6. Port - The port number the SMTP server accepts requests on.
  7. From - The Name which will appear in the From field of the sent out emails.
  8. User ID - The user id or email address for the SMTP server connection authentication
  9. Password - The password for the SMTP server connection authentication.
  10. Security - Choose between SSL or TLS connection.

Make sure to click Test before saving any configuration changes. The Discard button discards any unsaved changes.