Platform SMTP
Used for Firm Creation Wizard invites and system-level emails.
- Status
- {% if smtp.configured and smtp.active %}Ready{% else %}Needs Setup{% endif %}
- Host / Port
- {{ smtp.host or '-' }}{% if smtp.port %}:{{ smtp.port }}{% endif %}
- From Email
- {{ smtp.from_email or '-' }}
- Security
- {{ smtp.security or '-' }}
{{ smtp.message }}