Mail SPF Checker

Mail SPF Checker

Package for SPF Checks


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

Laravel Artifact

Media Management Package

Mirror

Mirror

Impersonation Package

LaravelPlus Updater

LaravelPlus Updater

Sync Laravel Projects

Laravel Credits

Laravel Credits

Credit Management System

Laravel Glider

Laravel Glider

Glide Image Manipulation in Blade Templates

Laravel Ownable

Laravel Ownable

Eloquent Ownership Relationships