Menu

Getting SMTP Credentials

There are several StartOS services that are capable of sending emails, such as BTCPay Server, Ghost, Gitea, Nextcloud, Synapse, and Vaultwarden, using third party email (SMTP) servers. The guides below are for using Gmail or Amazon SES for SMTP, but you may also use another third party provider of your choice.

  1. You should have your 2-Step Verification on. If not, please configure it first by visiting the 2-Step Verification section.

    Gmail SMTP 2step Verification
  2. When the 2-Step Verification is active, you should be able to see the App Password at the bottom of its configuration page. Enter the 2-Step Verification section, scroll to the bottom and click the App Passwords.

    Gmail SMTP app password
  3. Select a name for the new app password. You may call it anything, such as “SMTP.” Click the Create button.

    Gmail SMTP creating an app password
  4. A random 16 character password will be created and shown to you. This is your app password. Save it somewhere secure and click Done.

    Gmail SMTP app password show
  5. Now you can use this SMTP account for any service that has the capability to send an email. The table below shows all the details you may need:

    Gmail SMTP information

    Parameter

    Value

    Host

    smtp.gmail.com

    Port

    587

    Encryption

    TLS

    Username

    yourmail@gmail.com

    Password

    The 16 character secret you created in the previous step