Hi,
I hope you are doing well. We are looking a way to integrate a mail client with Metronic, using IMAP protocol. Do you have any library suggestion that we can use?
Metronic already have some views for “Inbox”, the idea is to use those as reference and make some tweaks with the mail client we use.
Thank you!
Hi,
It depends on the server-side framework you want to use. If you are coding with PHP, you might want to try to use Laravel which is already a Mail module to integrate with the Metronic HTML template. https://laravel.com/docs/9.x/mail
Thanks