PHPackages                             ahmedeid/filament-smtp-config - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ahmedeid/filament-smtp-config

ActiveLibrary

ahmedeid/filament-smtp-config
=============================

Filament package for managing SMTP settings in Laravel.

v1.0.1(1y ago)09MITPHPPHP ^8.1

Since Mar 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ahmedeid46/Filament-SMTP-Config)[ Packagist](https://packagist.org/packages/ahmedeid/filament-smtp-config)[ RSS](/packages/ahmedeid-filament-smtp-config/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (2)Used By (0)

Filament SMTP Config
====================

[](#filament-smtp-config)

Introduction
------------

[](#introduction)

The **Filament SMTP Config** library provides a flexible interface for managing SMTP settings within the Filament Admin Panel, allowing users to easily modify email settings without manually editing the `.env` file.

Features
--------

[](#features)

✅ Direct integration with the Filament Admin Panel.
✅ Save and manage SMTP settings in the database easily.
✅ Automatic Seeder execution upon library installation.
✅ Support for manually publishing settings via Artisan commands.

---

1️⃣ Installation
----------------

[](#1️⃣-installation)

To install the library within a Laravel project, use the following command:

```
composer require ahmedeid/filament-smtp-config
```

After installation, run the migration to create the settings table:

```
php artisan migrate
```

### Running Seeder Manually

[](#running-seeder-manually)

If you'd like to insert the default settings manually, execute the following command:

```
php artisan db:seed --class="ahmedeid\\FilamentSmtpConfig\\Database\\Seeders\\MailSettingSeeder"
```

2️⃣ Usage
---------

[](#2️⃣-usage)

Modify your Filament Panel Configuration to include the plugin:

```
use ahmedeid\FilamentSmtpConfig\FilamentSmtpConfigPlugin;
...
    public function panel(Panel $panel): Panel
    {
        return $panel
            ...
            ->plugin(
                FilamentSmtpConfigPlugin::make()
            )
            ...
    }
```

3️⃣ Publish Settings
--------------------

[](#3️⃣-publish-settings)

To publish the SMTP settings, run the following command:

```
php artisan vendor:publish --tag=filament-smtp-config
```

This will copy the settings from the database to the `.env` file, enabling you to easily modify SMTP settings within the Admin Panel.

4️⃣ Uninstalling the Library
----------------------------

[](#4️⃣-uninstalling-the-library)

To remove the library from the project, use the following command:

```
composer remove ahmedeid/filament-smtp-config
```

Then, roll back the settings table:

```
php artisan migrate:rollback --step=1
```

📌 Conclusion
------------

[](#-conclusion)

Filament SMTP Config offers an easy and convenient way to manage email settings within Laravel + Filament, making it easier for developers to control the settings without manual edits to environmental files. 🚀

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

421d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a088675872fb8e540bd1e65dedae729d3ef3d5fe20dfe15fc5806231d431afd6?d=identicon)[ahmedeid46](/maintainers/ahmedeid46)

### Embed Badge

![Health badge](/badges/ahmedeid-filament-smtp-config/health.svg)

```
[![Health](https://phpackages.com/badges/ahmedeid-filament-smtp-config/health.svg)](https://phpackages.com/packages/ahmedeid-filament-smtp-config)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

5925.8k](/packages/marcelweidum-filament-passkeys)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
