Set up SMTP server to send email.
- Sign in to your Startupkit Super Admin Panel.
- Go to Email Settings on the sidebar. You will get the following form.

Fill in the required fields according to the details below:
- SMTP Host: e.g. mail.example.com
- SMTP Username: Username, e.g. support@example.com
- SMTP Password: Enter the SMTP password
- SMTP Port: The default port your mail server uses, e.g. 25
SMTP Common Troubleshooting
SMTP ERROR: Failed to connect to server: Connection timed out (110)
That means, your server can’t connect with the SMTP host.
- Check the port you are trying to connect with is not blocked by the Firewall.
- Make sure the host is reachable from your server IP.
- Finally, make sure the Mail is enabled in your Server or is not blocked by server security settings.
- If you are using Gmail SMTP, you must first allow application access to your GMAIL address.
SMTP Testing using Mailtrap
Signup at- https://mailtrap.io/
You will get an SMTP credential. Use that credential to test whether the SMTP is working.