Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  3. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  4. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  5. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  6. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  7. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  8. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  9. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  10. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

  11. unify-apps

    Microsoft Teams

    Unify Automations

    Connect your app with Microsoft Teams to enhance communication, automate workflows, and foster collaboration across your organization

  12. unify-apps

    Jira

    Unify Automations

    Use Jira to plan, track, and manage your agile and software development projects

  13. unify-apps

    Pre Processing

    Unify AI

    Optimize query processing through intelligent rephrasing, retrieval, and ranking to deliver accurate AI responses

  14. unify-apps

    Google Calendar

    Unify Integrations

    Integrate your app with Google Calendar to streamline scheduling, automate event management, and improve team coordination

  15. unify-apps

    SAP HANA

    Unify Integrations

    Connect your app with SAP HANA to leverage in-memory computing for real-time data processing and advanced analytics at scale.

#
Unify Integrations
Logo
SMTP

SMTP

Logo

2 mins READ

SMTP (Simple Mail Transfer Protocol) is a protocol used for sending and relaying email messages between servers. It defines the rules for email transmission, ensuring reliable delivery across networks.

Integrating SMTP allows seamless and reliable email delivery, automating communication processes while ensuring efficient message routing and reducing the risk of email delivery failures.

Authentication 

Before integrating SMTP, ensure you have the following information: 

  • Connection Name: Choose a descriptive name for your SMTP connection to help you identify it within your application or integration settings. A meaningful name, like "MyAppSMTPIntegration," helps maintain organization, especially when managing multiple integrations.

  • SMTP Host: Enter the hostname or IP address of the SMTP server you wish to connect to. Examples include smtp.gmail.com for Gmail or your custom server’s address.

  • TLS: Select this option if your SMTP server requires a TLS (Transport Layer Security) connection for encrypted communication. This is common for secure email services. If SSL is not enabled, you can secure the connection using STARTTLS, which upgrades an insecure connection to a secure one using TLS (Transport Layer Security).

  • Port: Provide the port number used to connect to the SMTP server. Common port numbers include 587 for TLS, 465 for SSL, and 25 for non-secure connections. Verify this with your email provider's SMTP settings.

  • Authentication Type: Currently, the only supported authentication method is BASIC, which uses a username and password for authentication.

BASIC Authentication

The BASIC authentication method requires a username and password to authenticate with the server.

  • Username: The username for your SMTP server.

  • Password: The password for your SMTP server.

Actions  

Action

Description

Send email

Sends a email from a specific SMTP server