Skip to main content
Live Agent has been put in maintenance mode. The product will continue to be maintained in the foreseeable future. Users can continue to fully rely on Live Agent being available. In future releases, only security updates and bug fixes will be provided; no new features will be released.
SMTP needs to be configured for functionalities such as Agent notifications for new conversations, password resets, to verify new Agent accounts, etc.

Values

Create Secrets for SMTP Passwords

Before installing Live Agent with Helm, create a secret on the Kubernetes cluster namespace where Live Agent is installed. Take note of the SMTP secret name and key, and set the following values:

Configuring Different SMTP Servers

Here is a sample of configurations for getting email functionality working for the Live Agent application. Remember that the SMTP password is stored in the secret, as mentioned above. For the following sender value, you could use either email@yourdomain.com or BrandName <email@yourdomain.com> Set the following variables based on your SMTP server configuration.

No Authentication

If your server does not need authentication, comment, or don’t provide these values: SMTP AUTHENTICATION, SMTP_USERNAME, SMTP_PASSWORD in the values.yaml file.

Amazon SES

Outlook

The sender and username must be the same as in Outlook.

SendGrid

MailGun

Mandrill

If you would like to use Mailchimp to send your emails, use the following environment variables:
Note: Mandrill is the transactional email service for Mailchimp. You need to enable transactional email and log in to mandrillapp.com.
Last modified on June 22, 2026