How to configure SMTP on Tableau Server manually on Linux
Log in to the Tableau Server host as a user with appropriate permissions.
Use the following commands to configure your SMTP settings:
tsm configuration set -k svcmonitor.notification.smtp.server -v "smtp.example.com"
tsm configuration set -k svcmonitor.notification.smtp.port -v "587"
tsm configuration set -k svcmonitor.notification.smtp.send_account -v "your_username"
tsm configuration set -k svcmonitor.notification.smtp.password -v "your_password"
tsm configuration set -k svcmonitor.notification.smtp.from_address -v "your_email@example.com"
tsm configuration set -k svcmonitor.notification.smtp.ssl_enabled -v "true"
Replace the placeholder values (smtp.example.com, your_username, etc.) with your actual SMTP server details.
After setting the configuration keys, apply the changes using:
tsm pending-changes apply
This command will prompt you to restart Tableau Server if necessary.
If prompted after applying pending changes, restart Tableau Server to ensure the new settings take effect:
tsm restart
Verify that Tableau Server can connect to your SMTP server by running:
tsm email test-smtp-connection
This command attempts to establish a connection with the configured SMTP server and returns the connection status along with SMTP configuration details.
Note: Ensure that your SMTP server supports STARTTLS, as Tableau Server only supports this method for TLS encryption.
For more detailed information on configuring SMTP settings, refer to the official Tableau documentation:
STMP can be configured via TSM web interface as well by following the steps in the document below:
Configure SMTP Setup
001469441

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.