Enable this feature to allow users to reply to chat messages by directly replying to email notifications they receive. We currently use subaddressing for this feature.
To set up credentials,
- Navigate to Administration > Workspace > Settings > Email > Direct Reply
- Enable Direct Reply: Switch on to allow direct replies through emails.
- Debug Direct Reply: Enables debugging for direct replies.
- Protocol: Select the email server protocol (
IMAP
orPOP
). - Host: Your email server hostname (e.g.
imap.example.com
orpop.example.com
). - Port: The port (143 or 993 for IMAP and 110 or 995 for POP).
- IgnoreTLS: Ignore TLS
true
if port 143 or 110. - Email Check Frequency: Email check frequency (in minutes) if POP server (>=2).
- Delete Emails: Delete intercepted emails. We recommend keeping
true
if you don't want to keep copies of email messages, in case IMAP server. - Separator: A separator (default and recommended) is the character separating the base and tag part of the email. E.g.:
base+tag@domain
(separator: +). More info here - Username: The email server username.
- Reply-To: The reply-to email address.
- Password: The email server password.
- Click Save changes to commit.
{% hint style="success" %} Now, you can reply chat messages via email. It supports full formatting like inline, multiline, bold, italics, etc. {% endhint %}
- Before you switch from IMAP to POP over the same email address, you must empty all the folders. Keeping all emails results in duplicate messages, because all those messages in POP are treated as new messages.
- Currently, only emails in English are supported, or at least the quote
On <date>, <author> wrote:
is in English.
An Email body in languages other than English may also work until and unless On <date>, <author> wrote:
is in English or a copy of older email is removed manually.
- Only text messages are supported; attachments are not supported yet.
Quoted headers aren't picked up if the email client breaks it up into multiple lines.
GMail breaks up any lines over 80 characters for you.
On <date>, <author>
wrote:
> blah
Not to mention that we are searching for on
and wrote
. It doesn't work with other languages.
Possible solution: while replying, remove everything else than your actual message.
Lines starting with -
or _
sometimes mark the beginning of signatures:
Hello
--
Rick
But some users change this convention:
Hello
Mr Rick Olson
Galactic President Superstar Mc Awesomeville
GitHub
**********************DISCLAIMER***********************************
* Note: blah blah blah *
**********************DISCLAIMER***********************************
Your message wasn't posted? Did you get an Invalid Email
in the Admin
console? This most likely means that the email format was not as expected. Maybe you were blocked or the message/room was deleted.