PHPackages                             sudo/mail-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. sudo/mail-config

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

sudo/mail-config
================

Mail Config Sudo package

1.0.2(5y ago)0973↓93.8%MITPHP

Since Jul 3Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Sudo-E-Commerce/mail-config)[ Packagist](https://packagist.org/packages/sudo/mail-config)[ RSS](/packages/sudo-mail-config/feed)WikiDiscussions master Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Hướng dẫn sử dụng Sudo Mail Config
----------------------------------

[](#hướng-dẫn-sử-dụng-sudo-mail-config)

**Giới thiệu:** Đây là package dùng để cấu hình mail.

Mặc định package sẽ tạo ra giao diện cấu hình Mail được đặt tại `/{admin_dir}/settings/mail_config`, trong đó admin\_dir là đường dẫn admin được đặt tại `config('app.admin_dir')`

### Cài đặt để sử dụng

[](#cài-đặt-để-sử-dụng)

- Package cần phải có base `sudo/core` để có thể hoạt động không gây ra lỗi
- Để có thể sử dụng Package cần require theo lệnh `composer require sudo/mail-config`
- Buộc phải có modules App\\Sudo\\Settings để hoạt động

### Cấu hình tại Menu

[](#cấu-hình-tại-menu)

```
[
	'type' 		=> 'single',
	'name' 		=> 'Cấu hình Mail',
	'icon' 		=> 'fas fa-envelope',
	'route' 	=> 'admin.settings.mail_config',
	'role'		=> 'settings_mail_config'
],

```

- Vị trí cấu hình được đặt tại `config/SudoMenu.php`
- Để có thể hiển thị tại menu, chúng ta có thể đặt đoạn cấu hình trên tại `config('SudoMenu.menu')`

### Cấu hình tại Module

[](#cấu-hình-tại-module)

```
'settings' => [
	'name' 			=> 'Cấu hình',
	'permision' 	=> [
		...
		[ 'type' => 'mail_config', 'name' => 'Cấu hình mail' ],
		...
	],
],

```

- Vị trí cấu hình được đặt tại `config/SudoModule.php`
- Để có thể phân quyền, chúng ta có thể đặt đoạn cấu hình trên tại `config('SudoModule.modules')`

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~65 days

Total

3

Last Release

2061d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66982116?v=4)[Sudo E-Commerce Developers](/maintainers/sudoedev)[@sudoedev](https://github.com/sudoedev)

---

Top Contributors

[![hieunvph04479](https://avatars.githubusercontent.com/u/36782331?v=4)](https://github.com/hieunvph04479 "hieunvph04479 (16 commits)")

### Embed Badge

![Health badge](/badges/sudo-mail-config/health.svg)

```
[![Health](https://phpackages.com/badges/sudo-mail-config/health.svg)](https://phpackages.com/packages/sudo-mail-config)
```

###  Alternatives

[maize-tech/laravel-email-domain-rule

Laravel Email Domain Rule

612.0k](/packages/maize-tech-laravel-email-domain-rule)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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