Mailbox manager

Hi!

I would like to implement a mailbox system in Yii2 … I know there’s good softwares to read/write email, but I wonder if there’s any good implementation already built in Yii2.

I don’t need multiple accounts management, just a simple mailbox (gmail alike) to read and write emails.

Maybe an implementation of https://mail-mime-parser.org/ or https://github.com/unyii2/yii2-imap or https://github.com/php-mime-mail-parser/php-mime-mail-parser , but with all visual templates (list emails, reply, new …)

Or maybe a ticket system is a good idea also :slight_smile:

Any idea to start from ?

Thank you

In my system on Yii2 is implemented email, but this no open system. For reading and sending use open module: https://github.com/d3yii2/d3pop3

You can take a look at: