What are you using to handle your emails for the domain?
I use mailgun. You can set it to forward all emails for a specific account ( [email protected] ) to a PHP script such as https://support.site.com/process-email
Then handle the data on the laravel side.
Their free account is perfect for smaller sites. ( 0 to 10,000 emails )
I think directadmin wants a path rather than a url??
So you should be looking to do something like:
php /YOURPATHTOARTISAN/artisan email:parse
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community