So application confirmations, sync error emails etc. go out under your own brand, configure SMTP per brand:
- Admin โ Brands โ pick a brand.
- SMTP section: host, port (typically 465 for SSL/TLS or 587 for STARTTLS), user, password.
- From address + from name โ what shows in the recipient's inbox.
- Save. Password is encrypted with AES-256-CTR; only the brand ID is in plain text.
BAconn caches the transporter per brand ID so we don't open a new connection on every send. On brand update, cache is invalidated automatically.