Description
Package for SPF Checks
Overview
mailspfchecker is a Laravel package that verifies whether your application can send email on behalf of a specified address.
Context
Many web applications send emails, typically through a local mail server or an external mailing service. Sending from a domain without using its legitimate mail server can be problematic, often resulting in messages being marked as spam. This issue is usually resolved by configuring an accurate SPF record for the sending domain.
Features
- Checks if your application can send email from a given "From" address using either the mail server defined in your Laravel configuration or a specified mail server.
- Retrieves DNS TXT records to assist you in setting up the necessary SPF entries.
Creator
Dieter Coopman
@dietsedev
Related Projects
Laravel Artifact
Media Management Package
Mirror
Impersonation Package
LaravelPlus Updater
Sync Laravel Projects
Laravel Credits
Credit Management System
Laravel Glider
Glide Image Manipulation in Blade Templates
Laravel Ownable
Eloquent Ownership Relationships