Do anyone have any experience using laravel to send emails using the server's default mailing system?
I am building a newsletter feature for a client and the monthly cost for something like mailchimp would be 75$/month.
I've already configured my node on digital ocean to send/receive emails using postfix but I have no idea how to use it through laravel. It only gives me the option to setup a smtp connection.
Hey @bobbybouwmann , thanks for your answer. I tried it and it didn't work.
I wrote a mail.php script with the minimum parameters, ran it and the email was captured by mailcatcher.
But in laravel it didn't work. Am I missing any dependencies?
Btw, mailtrap.io works but it's using smtp.