Related Articles.
-
How To Add Preview Text To Email
Updated, 12th November, 2023
Email preview text is an essential tool in effective email marketing. Here's how you can designate email preview text in your HTML emails.
-
Sending raw or plain email with Laravel
Updated, 12th November, 2023
How do you send a plain text email in Laravel? And how does that differ from a raw email? Here's a quick breakdown of the two methods.
-
A simple DMARC record policy builder for PHP
Updated, 5th September, 2023
A simple package that builds complex DMARC policy records in PHP. This takes the pain out of creating these records if you need to programmatically create them.
-
Send Email From Multiple Domains In Laravel 10
Updated, 8th September, 2023
Out of the box Laravel provides a fluent system for sending emails to users. If you want to dynamically send from multiple domains, it can get a little challenging.