Settings

From email for all store messages is configured in the first section below (then save). Currency, tax, delivery, and database tools follow.

From email & outbound mail

This is where you set the From address customers see on order emails, password resets, and admin notifications. It must be an address your mail provider allows (often the same mailbox as SMTP_USER on the server).

Examples: orders@company.com or My Store <sales@company.com>. Leave blank and save to use the server default EMAIL_FROM.

SMTP server (when not set on host)

If your host (e.g. some static or edge setups) cannot define SMTP_HOST, SMTP_USER, and SMTP_PASS, save them here instead. When SMTP_HOST exists in the environment, it always wins.

The password is stored in the database. Prefer environment variables for production when your provider supports them.

Clear the SMTP host field and save to remove all stored SMTP settings for this store.

Send test email

Send a short test message using your saved From address (save above if you changed it) and the server’s SMTP settings.

If the browser console shows 400 for this request, that is intentional: it means the server could not send mail and returned a JSON error. Open the request in the Network tab → Response, or check the red message below and the console for [Sellitnow] Test email failed.

Microsoft 365 / Outlook (SMTP)

The mailbox login is set on the server with environment variables (not in this form). Typical values for Microsoft-hosted business mail:

  • SMTP_HOST — often smtp.office365.com
  • SMTP_PORT587
  • SMTP_SECUREfalse (STARTTLS on 587)
  • SMTP_USER / SMTP_PASS — your mailbox sign-in (app password if MFA is on)
  • EMAIL_FROM — fallback sender if the From field above is empty

SMTP must allow “authenticated send as” the address you configure. If messages fail, check your tenant’s SMTP AUTH and mailbox permissions in the Microsoft 365 admin center.

Currency & tax

Storefront prices and Stripe checkout use this currency. Tax is applied to the cart subtotal before shipping.

Use 0 for no tax on the subtotal. If you never save these fields, the app uses VAT_RATE from the server environment (default 20%).

Delivery

Default shipping charge applied to each order. Products can override their own per-unit delivery in the product editor; overrides adjust this base (for example, a product set to 0 can reduce shipping when mixed with the default).

If you never save this field, the server uses SHIPPING_COST from the environment.

Database backup & restore

Create a full JSON snapshot of your database and restore it later. Restoring overwrites all tables.

Pick the backup file previously generated by this app.