Tag: laravel-newsletter

Way to reduce email Bounce and Spam number for Newsletter in Laravel

Handling email bounce and spam rate lower is really hard when you manage email newsletter or sign-up for a laravel application. Recently I faced such a challenge to reduce the bounce and spam rate lower. Believe me, it was not easy! I spend some time to do research and found a work around. Today I will show you how I tackled this. This is a findings for my workaround.

How to send Email to Subscribers When You Publish a Post on Laravel

Often we write blog post and wish to send email to subscribers automatically right after the publishing the post. This is a really cool feature for laravel blog application. However it might be tricky. In today's blog post, I will show you can build a functionalities to send email to subscribers when you publish a post in laravel 10.

How to build newsletter subscriber system on Laravel 10

In laravel, writing email newsletter section is not easy. In this tutorial, I will show you how to make newsletter section in laravel 10.