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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ahmedeid/filament-smtp-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 today

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

26

—

LowBetter than 41% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

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

473d 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

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16120.1k](/packages/backstage-mails)

PHPackages © 2026

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