Contents

    Setting up email dispatch

    Your task/initial situation

    You would like to have emails sent directly to your customers from your JTL-Shop. To do this, you need an external email server that you can integrate into JTL-Shop. On this page, we explain what you need to look out for.

    Excursion: Which sending method should I choose?

    You can send your emails via SMTP, PHP Mail, Sendmail or QMail.

    PHP Mail only requires the entry of a master email address and is then mostly automatically supported. Unfortunately, however, emails sent via PHP Mail are very often classified as spam. In addition, the number of possible emails per day is usually limited (e.g. to 100) and you will not receive any feedback if an email could not be delivered. PHP Mail is therefore generally not recommended.

    Sendmail and QMail are generally not very widespread and are sometimes also very difficult to configure. We therefore clearly recommend connecting an email account via SMTP. You should usually get all relevant access data for SMTP from the provider of your email account. If a server administrator has set up a separate email server for you, you will receive the data from them.

    Configuring the email dispatch

    Note for users of JTL-Shop Hosting: For the correct settings, please read this entry in the FAQ for JTL-Shop Hosting.
    1. In the back end of JTL-Shop, open the Email settings page via Administration > Email > Server.

    The settings stored here are used for sending emails unless other settings are stored for the respective section (e.g. an email template, a contact form subject, newsletters, etc.).

    1. First determine which service you want to use to send the emails. We recommend sending via SMTP.
    2. If you use SMTP, also enter the SMTP host name, port, user name, and SMTP password. Specify whether you want to use SMTP Auth and which SMTP security (security level) your emails have.
    3. Enter a master email address. This must be an address that can send via the entered SMTP data.
    4. Also enter a name at Sender for master email address. This is displayed while the emails are being sent.
    5. Save to apply the settings.