Level 63
The CMS panel and Laravel are two separate things.
No matter is you configure your email via the CMS panel or via another way, if you need to use an email with Laravel, you have to setup the .env file with your email's credentials.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
[email protected] etc. I want to access email addresses from my own cms panel. For this, I have the host, mail, password, and port (IMAP / POP3) values given by my hosting provider.
I would like to respond to email messages through my own CMS panel! How can I do this in Laravel, a package you know, etc. Is there?
Please or to participate in this conversation.