mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-08 08:46:22 +00:00
1.5 KiB
1.5 KiB
title, weight, description, keywords
| title | weight | description | keywords | |||||
|---|---|---|---|---|---|---|---|---|
| SMTP | 16 | Configure SMTP in RustDesk Server Pro to send invitations, login verification emails, and connection alarms from your self-hosted server. |
|
Use this guide to configure outbound email for RustDesk Server Pro with SMTP.
SMTP setup enables your server to send email notifications, such as user invitations, login verifications, and connection alarms.
What is SMTP used for in RustDesk Server Pro?
SMTP is used for outgoing email from your RustDesk Server Pro deployment. In practice, that usually means invitation emails, login verification codes, and connection alarm notifications.
SMTP setup checklist
- Choose an SMTP server that allows outbound mail from your hosting environment.
- Collect the host, port, username, password, and sender address.
- Add those settings in the RustDesk Server Pro web console.
- Run a test from the console before enabling email-based flows for users.
If email is not working, what should you check first?
- Whether your VPS provider blocks ports such as
25,465, or587 - Whether your mail provider requires an app password or relay-specific credentials
- Whether the
Fromaddress is allowed by your mail provider - Whether TLS and the selected SMTP port match your mail provider requirements