Skip to main content

Email Server

Set up access to a Simple Mail Transfer Protocol (SMTP) email server in your Alteryx Analytics Cloud (AAC) workspace. Use the email server to send user-defined emails in AAC apps.

Important

To access this page, you must have a Workspace Admin role assigned to you.

Limitations

  • For security reasons, data from AAC apps and attachments aren’t allowed.

  • Emails can only contain text and AAC metadata.

  • You might have limitations based on your SMTP. For example…

    • The maximum number of recipients of an email.

    • The maximum size of the email body and subject.

  • The OAuth authentication method isn't supported.

Email Server Setup

Follow these steps to set up an SMTP email server in your AAC workspace…

  1. Sign in to your AAC workspace.

  2. Go to Profile menu > Workspace Admin > Email Server.

  3. Enter the Sender Email. AAC will send emails from this email address.

  4. Enter the Host URL. The host URL typically starts with smtp or mail (for example, mail.company.com).

  5. Enter the email server Port number. This value defaults to 587. To determine which port to enter, refer to your SMTP server’s documentation. These are a few example port settings:

    1. Port 25 when there is no encryption.

    2. Port 465 for SSL/TLS encryption.

    3. Port 587 for STARTTLS encryption.

  6. Enter the Username and Password for the email server.

  7. Select Send Test Email to send a test email.

    1. If the test email is successful, a success dialog appears.

    2. If the test email fails to send, select View Response from the error dialog to view the Server Response window.

  8. Select Save to complete the setup.

Email Support in AAC

Once you’ve successfully completed the email server setup, you can send user-defined emails from these apps…

  • Plans: Use the Email task to send emails about the execution of your plans via email.

  • More apps coming soon.