Noloco
Ask the CommunityHire an ExpertLoginSign up
  • Noloco Overview
  • 🚀Quickstart
    • Start with your data
    • Start with AI
    • Start with a template
  • Data to App
    • Database Consolidation
  • App Settings
  • Components
    • Containers
    • Video
  • Templates
  • 🔗Data Sources
    • Data Overview
      • Setting a Collection's Primary Field
      • Syncing
    • Noloco Tables
      • Field Types
      • Relationships
      • Automatic Links
      • Rollup Fields
      • Lookup Fields
      • Formulas
      • Noloco AI
      • Import a file
    • Airtable
    • Google Sheets
    • SmartSuite
    • MySQL
    • PostgreSQL
    • REST APIs
    • HubSpot
    • Xano
  • 📄Pages
    • Collection views
      • Show collection record count
      • Empty State
    • Blank pages
    • iFrame embeds
    • External links
    • The Home Page
    • User Profile Page
    • Parent pages & folders
    • Page visibility rules
    • Cloning pages
    • Renaming pages
    • Hiding pages
    • Sidebar dividers
    • Tabs
  • 📂Collections
    • Adding collection views
    • Display
      • Rows
      • Cards & columns
      • Tables
      • Kanban boards
      • Calendar
      • Timeline
      • Gantt
      • Split-view
      • Charts
      • Maps
      • Pivot Table
      • Single record view
      • Grouping records
      • Record Colors
    • Filters
      • Logged in user
      • Relative Filters
      • Record values
    • Filter fields
    • Sort & limit
    • Row Action
    • Column Summaries
  • 📝Forms
    • Forms
      • Customizing Form Fields
      • Passing Linked Record Values to a Form
      • Dynamic Form Field Filters
      • E-Signature Fields
    • Public Forms
  • 📃Record Pages
    • Overview
    • Visibility Settings
    • Hidden Field Values
    • Record Comments
  • ✏️Field Formatting
    • Field visibility conditions
    • In-line editing
    • Conditional Highlight Colors
    • Dates & Time Zones
  • 📊Charts
    • Overview
  • 📂Data Management
    • Export Data
    • Import Data
  • 👥Users & Permissions
    • User Table
    • User Management
    • User Roles & Permissions
      • Record-level permissions
      • Field-level permissions
    • Open Sign Up
    • Offboarding Users
    • Testing as other users
  • ⏩Actions
    • Action buttons
      • Create records
      • Update records
      • Bulk actions
      • Barcode Scanner
      • Add a Comment Action
  • ⚡Workflows
    • Workflows
      • On-demand workflows
      • Comment Added Trigger
      • Watched Fields
      • Trigger webhooks
      • Send automated emails
      • For each item in a list...do...
      • Only continue if
      • Create a Record Action
      • Update a Record Action
      • Delete a Record Action
      • Deactivate a User Action
      • Reactivate a User Action
      • Send an Invitation Email Action
      • Add a comment to a record
      • Send a Push Notification
      • Ask Chat GPT Action
      • Summarize Text Action
      • Correct Grammar Action
      • Extract Keywords Action
      • Analyze Sentiment
      • Finish Text Action
      • Send a message to a Slack Channel
      • Send a message to a Slack User
      • Generate a PDF with DocsAutomator
  • 🔔Notifications
    • Notifications
    • Notification Preferences
  • 📑API Documentation
    • API Overview
      • Fetching Records
      • Fetching a Record
      • Creating a Record
      • Update a Record
      • Deleting a record
  • ⚙️Settings
    • General Settings
      • Live Mode
      • Custom Logos
    • Theme & Design
    • Progressive web apps
    • Navigation Settings
    • Spaces
    • Email Settings
    • Custom Code
    • Custom Domain
    • Login & Signup
      • Sign in Options
      • Single Sign On
      • 2FA - Two Factor Authentication
      • Client Portal User Add-On
    • Login Screen
    • User Lists
    • Integrations & API Keys
    • Billing & Usage
    • Support
    • Publishing
      • App Version History
  • 🔄Integrations
    • Zapier
    • Make (Integromat)
    • Sign in With Google
    • Intercom
    • SMTP Emails
    • Documint
  • ⚙️Account
    • Workspaces
    • Pricing
      • Client Portal Add-on (Legacy)
    • Transferring an App
    • Onboarding Call Preparation
Powered by GitBook
On this page
  • What is SMTP?
  • What SMTP providers can I use with Noloco?
  • How do I setup SMTP in my Noloco app?
  • Setting up SMTP with Microsoft 365
  • Setting up SMTP with Gmail
  • Troubleshooting SMTP Setup Issues
  1. Integrations

SMTP Emails

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

PreviousIntercomNextDocumint

Last updated 2 months ago

Noloco sends automated emails such as or invitation emails. Custom automated emails can also be sent via . 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 . 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?

  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.microsoft365.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

    1. Click Security.

    2. 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.

    3. Click Select app and choose the app.

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

    5. Click Generate.

    6. 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.

We could not verify your SMTP config

If you are encountering this error getaddrinfo ENOTFOUND smtp.microsoft365.com please check if your security defaults are enabled in the Azure account settings, follow these steps, and try again:

  1. In the Azure services section, select Azure Active Directory.

  2. On the left panel, scroll down and click on Properties to access the directory settings.

  3. At the bottom of the Properties page, click on Manage security defaults.

  4. In the right panel that appears, toggle Enable security defaults to No and click Save to confirm.

  5. Verify that the changes have been saved, then log out and back in to ensure the settings are updated.

Go back to the SMTP settings in your Noloco app and update the details. Make sure you have:

  1. The same email in the Sender email and username

  2. The Host is smtp.office365.com or smtp.microsoft365.com

  3. Port is 587

  4. The Use a secure connection toggle is disabled

SMTP configuration is only available on . Chat to our team If you want to send emails from a custom 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

Sign in to your .

Go to and log in with your administrator credentials.

🔄
Custom plans
https://knowledge.workspace.google.com/kb/how-to-create-app-passwords-000009237
Google Account
https://portal.azure.com
Simple Mail Transfer Protocol
SendGrid
Sendinblue
Mailchimp
Mailjet
Mailgun
Workflows
Magic Links
Test SMTP email