I have requirement where user can register and put there smtp details(email,password,port,smtp mail server). With the help of those spmt details I need to send and show the received email in the dashboard. I have figure out a way to send the emails using the users smtp details but having issue with showing the received emails in the portal. So is there a way to get the received emails of different smtp in Laravel.
Thanks