Webmail
Tiki and Cypht webmail interoperability started with Tiki20 (2019). Tiki had a webmail since the early days but it was buggy, lacked features and was not improving. Since it would require too much work (and some specific expertise about email protocols) to get it up to modern standards, it was determined a better strategy to integrate an existing project (despite tradeoffs like feature overlap, integration challenges, etc.). See also: Why did Tiki pick Cypht? Major work has been done since that time in Cypht, and in Tiki 21, 22, 23, 24, 25 and 26. Work is ongoing, so it's recommended to run the latest 27.x from Git or Daily Build. Most enhancements and many fixes will not be backported as there are lots of changes. Please see this known issue. In June 2023, Cypht became a community project and Jason (the original author) is no longer the most active contributor. Jason is now more in an advisor mode, and the activity level has grown quite bit with the influx of Tiki developers.
New in Tiki21: Calendar Invitations by email, CalDAV and CardDAV
New in Tiki23: Email folders Tracker Field
- Overview
- The Webmail function provides a webmail service for users if enabled.
- To access the administration
- Click the Webmail icon
on the Admin Panel
or
Access http://example.com/tiki-admin.php?page=webmail
- To provide a link for users
- Enable the feature MyTiki
- To use
- http://example.com/tiki-webmail.php
The Cypht admin panel is shown (so the pattern is a little different than other sections of the Tiki admin panel)
- Note
- The remaining content needs to be moved to the webmail section of the Tiki User or Administrator Guides and referenced back here
The webmail feature can be used to offer a web-based interface to your users webmail accounts, note that Tiki is not a mail server, your users should already have email addresses before being able to use webmail. Any IMAP (and eventually JMAP) accessible mail account can be used from Tiki.
Starting in Tiki4, Webmail feature allows using imap, even with ssl, and smtp configuration, as well as using it in conjunction with the new Groupmail feature, which has been improved in Tiki21 with PluginCypht.
Configuring webmail accounts
After enabling webmail from the features section of the admin panel you will be able to enter the webmail section from the application menu. In your first visit to the webmail you will be automatically redirected to the webmail configuration panel.
In this panel you can configure as many webmail accounts as you want, you also have to select the account that you want to use by clicking its name. Note that the current webmail account will be displayed in bold text. The information you need to setup a webmail account is very similar to the information you need for other mail clients such as Outlook express so the user will be familiarized with the settings.
Reading emails
The mailbox icon will take you to the INBOX of your current mail account. In this screen you will be able to see your emails, read them and manipulate them:
Clicking on an email will take you to the screen where you can read the email.
Mails that you already read are displayed in a different background than unread emails. You can select some emails using checkboxes and delete them, mark them for followup or mark them as read/unread. You can use filters to display only unread mails or only flagged emails.
Writing emails
The compose icon let's you compose an email and send it using your SMTP configuration. The screen will be the following:
Note that you can use addresses from your address book by clicking the "to", "cc" or "bcc" links in the compose email screen.
You can attach up to three fies to an email each attachment will have a maximum size that admin can configure. If your email server has limitations about email attachment size you should observe them since Tiki cannot override them.
You can send HTML email using Tiki just write the tags in the email using < b >,< i > and so... Managing contacts Whenever an email is sent Tiki will check the addresses and if they are not in your address book will offer you to add the addresses to your address book.
The address book can be managed by clicking on the contacts icon in the webmail screen. You can assign a nickname to an address and use it when sending an email, Tiki will automatically replace the nickname with the email address when it can.