Email delivery

Starting with version 4.1.0, the app supports two ways of sending "back in stock" emails. You pick one in the app configuration under Extensions > My Extensions > Apps > Back in stock notification > ... > Configuration.

This is the default. The app uses your shop's built‑in Shopware mailer and a dedicated Shopware email template, so:

  • No SMTP credentials are needed — the app re‑uses the mail configuration your shop already has.

  • The email template (subject, HTML and plain‑text body, sender name) is editable in the Shopware admin like any other Shopware email template.

  • Translations follow your sales channel language the same way as your other shop emails.

Where to find and edit the template

In the admin, go to Settings > Shop > Email templates and open the entry Back in stock notification (technical name shop_studio_back_in_stock_notification).

From there you can edit subject, HTML and plain‑text content per language, just like for the standard Shopware templates.

The following placeholders are available in the template:

Placeholder
Description

{{ productName }}

Name of the product that is back in stock

{{ productUrl }}

Link to the product detail page

{{ salesChannel.name }}

Name of the sales channel — used as default sender name

Tip

If the template does not show up yet, save the app configuration once — the app provisions the template automatically on the first successful configuration save for the shop.

Legacy mailer (SMTP)

If you need to keep sending emails through your own SMTP server (for example because you already had the app configured this way in an earlier version), enable Enable legacy mailer in the app configuration.

Only when that toggle is on, the Legacy — Host, Legacy — Port, Legacy — Username, Legacy — Password, Legacy — Encryption and Legacy — Sender address fields are used. Make sure at least host, username and sender address are filled in.

Which mode should I use?

  • New shops / new installations: leave legacy mailer disabled and use the Shopware email template.

  • Upgrading from an older version: both modes are supported. You can switch to the Shopware mailer at any time by disabling the legacy toggle and saving the configuration — the template is then provisioned automatically.

Last updated

Was this helpful?