SettingsUpdated 2026-06-01
Email settings
Configure SMTP for order, customer, marketing, and OTP emails with per-channel profiles.
Saleporia sends transactional and marketing emails via your own SMTP. Configure a default profile and optional per-channel custom SMTP profiles.
Where to find it
Settings → Email. Toggle email enabled, then configure SMTP connection details.
SMTP configuration
| Field | Type | Description |
|---|---|---|
| host | string | SMTP server hostname. |
| port | number | SMTP port (e.g. 587 for TLS, 465 for SSL). |
| secure | boolean | Whether to use a secure (TLS) connection. |
| user | string | SMTP username. |
| password | string | SMTP password. Masked after saving. |
| from | string | The From address for outgoing emails. |
| replyTo | string | The Reply-To address. |
Per-channel profiles
For advanced setups, configure separate SMTP profiles per channel — order, customer, and OTP — each with its own host, credentials, and from address. Marketing emails use the default profile. Toggle which email types are enabled independently.
Test your setup
Use the Send test email button to verify your SMTP configuration for any profile before relying on it for real customer emails.
POST
/shop/email/testSend a test email via saved SMTP (default, order, customer, or OTP profile).
Session