Both agents and users can receive an email notification when a new message is received.
To manage the emails and create the contents go to Settings > Notifications. You can use text and HTML. New lines are automatically converted to <br />. You can use the following merge fields in the email. Merge fields are automatically replaced with the updated information.
Code | Description |
---|---|
{recipient_name}
|
The name of the user or agent who is receiving the email. |
{sender_name}
|
The name of the user or agent who was sending the message that triggered the email notification. |
{sender_profile_image}
|
The profile image of the user or agent who was sending the message that triggered the email notification. |
{message}
|
The links to any attachments that were part of the message that triggered the email notification. |
{attachments}
|
Emails may not be delivered for several reasons; below are the most common ones: |
Emails may not be delivered several reasons; below are the most common ones:
Reason | Description | Solution |
---|---|---|
Hosting problems | The email server of your web hosting provider is not able to send emails or the emails are sent but they are automatically detected as spam and deleted by the email clients. | If the settings at Settings > Notifications > SMTP are not set, your server will send the emails instead. Contact your web hosting provider regarding email support or use your SMTP server by activating it in Settings > Notifications > SMTP. |
SMTP problems | The email is not sent also if you activated the SMTP option in the Notifications area. | If you don't receive the emails make sure they are working by sending a test email from Settings > Notifications > Send a user email notification or Send an agent email notification. If you don't receive the test email, your SMTP server, is not working. Open the browser console for more details about the error. Because this is not an issue related to ChatBot , the support doesn't cover it, please contact your server/hosting/SMTP support instead. You can use sendgrid.com, you can send 40000 emails for 30 days for free, then 100/day forever for free. |
Google Gmail | The email is not sent also if you activated the SMTP option in the Notifications area and you are trying to the Gmail SMTP server. | If you're using Gmail enter smtp.gmail.com as host and set 465 or 587 as port. You need also to allow access to Gmail to less secure apps, you can do it from https://myaccount.google.com/lesssecureapps. |