Platform SMTP
Used for Firm Creation Wizard invites and system-level emails.
- Status
- {% if smtp.configured and smtp.active and smtp.send_auth_emails %}Ready{% else %}Needs Setup{% endif %}
- Host / Port
- {{ smtp.host or '-' }}{% if smtp.port %}:{{ smtp.port }}{% endif %}
- From Email
- {{ smtp.from_email or '-' }}
- From Name
- {{ smtp.from_name or '-' }}
- Reply To
- {{ smtp.reply_to_email or '-' }}
- Security
- {{ smtp.security or '-' }}
- Active
- {% if smtp.active %}Yes{% else %}No{% endif %}
- Auth Emails
- {% if smtp.send_auth_emails %}Enabled{% else %}Disabled{% endif %}
{{ smtp.message }}