Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

erhanurgun's avatar

How to access hosting emails from CMS panel?

[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?

0 likes
1 reply
vincent15000's avatar

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.

Please or to participate in this conversation.