SMTP Emails

Configure your SMTP settings to send Noloco's automated emails and workflow emails from your own email address.

Noloco sends automated emails such as Magic Links or invitation emails. Custom automated emails can also be sent via Workflows. By default, these emails are sent via no-reply@noloco.app.

Any app can change the name that automated emails are sent from, but to change the address you must first configure SMTP settings for your app.

What is SMTP?

SMTP stands for Simple Mail Transfer Protocol. It allows Noloco to send your emails through another service. This means you can send emails from myname@mydomain.com instead of no-reply@noloco.app

What SMTP providers can I use with Noloco?

Noloco supports sending your automated emails through any email provider that provides SMTP Relay support. Such as:

And many many more

How do I setup SMTP in my Noloco app?

SMTP configuration is only available on Custom plans. Chat to our team If you want to send emails from a custom email address.

  1. To set up your SMTP configuration in your app you need to navigate to your app's email settings page.

  2. Enter the email address which emails should be sent from. You will probably have configured this in your email provider. Make sure it matches what you set up or emails might fail to send.

  3. You'll need to get your new email provider's SMTP details, which usually consist of the following details:

  • Host The web address of your email provider's SMTP relay server

  • Port The network port of the SMTP relay server. Usually, 465 if it connects with SSL

  • Username This is how you authenticate with your SMTP server

  • Password This is the password that you use to authenticate with your SMTP server. This is often an API key.

  • Is the connection secure? If the connection doesn't use SSL/HTTPS please uncheck the "Use a secure connection switch"

Click Save when you are finished. If Noloco cannot connect to your SMTP server you will get an error. In addition, a test email will be sent. If you don't receive the test email after a few minutes, please double-check that the "From address" you have entered is correct.

If it is, please check your provider's logs to see if the test email failed for any reason.

Setting up SMTP with Microsoft 365

To use your Microsoft SMTP details with Noloco please use the following configuration:

  • Host: smtp.microsoftr365.com

  • Username / Password: Use the values you setup in you Microsoft 365 account

  • Port: 587

  • Secure: Off Your SMTP configuration will still communicate over a secure connection, despite having secure set to off.

Setting up SMTP with Gmail

To use your Gmail SMTP details with Noloco please use the following configuration:

  • Host: smtp.gmail.com

  • Port: 587

  • Secure: Off Your SMTP configuration will still communicate over a secure connection, despite having secure set to off.

  • Username: This will be your gmail email address

  • Password: This is not your Gmail password, this is an App password you create for your SMTP app in Gmail. To do this, you must first enable Two-Factor Authentication https://knowledge.workspace.google.com/kb/how-to-create-app-passwords-000009237

    1. Sign in to your Google Account.

    2. Click Security.

    3. Under Signing in to Google, click App Passwords. You may need to sign in. If you don't have this option, it might be because:

      • 2-Step Verification is not set up for your account.

      • 2-Step Verification is only set up for security keys.

      • Your account is through work, school, or other organization.

      • You turned on Advanced Protection.

    4. Click Select app and choose the app.

    5. Click Select device and pick the device you're using.

    6. Click Generate.

    7. Copy this password and use it as the Password field in your Noloco app

Troubleshooting SMTP Setup Issues

Timeouts when testing your connection If you're seeing timeouts when saving your SMTP connection, you should try changing secure to off, and leaving the port as it is. This is very often the cause of the issue. Your SMTP configuration will still communicate over a secure connection, despite having secure set to off.

Last updated