PHPackages                             codedive-io/laravel-ncloud-mail-driver - 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. codedive-io/laravel-ncloud-mail-driver

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

codedive-io/laravel-ncloud-mail-driver
======================================

네이버 Ncloud 의 Cloud Outbound Mailer 를 사용하는 Laravel mail driver

v2.0.0(1mo ago)025↓50%MITPHPPHP ^8.2

Since Oct 21Pushed 1mo agoCompare

[ Source](https://github.com/codedive-io/laravel-ncloud-mailer)[ Packagist](https://packagist.org/packages/codedive-io/laravel-ncloud-mail-driver)[ RSS](/packages/codedive-io-laravel-ncloud-mail-driver/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (8)Versions (5)Used By (0)

Laravel Ncloud mail driver
==========================

[](#laravel-ncloud-mail-driver)

Laravel 에서 네이버 Ncloud 의 Cloud Outbound Mailer API 를 활용하여 메일을 발송할 수 있게 해주는 mail driver 입니다.

기능
--

[](#기능)

- 네이버 클라우드 API 중 [Cloud Outbound Mailer](https://api.ncloud-docs.com/docs/ai-application-service-cloudoutboundmailer) 를 이용하여 메일을 발송

요구사항
----

[](#요구사항)

다음 환경에서 테스트 되었습니다.

- Laravel 12 이상
- php 8.1 이상

설치 방법
-----

[](#설치-방법)

```
composer require codedive-io/laravel-ncloud-mail-driver
```

사용법
---

[](#사용법)

### Config

[](#config)

#### ncloud sdk config 설정

[](#ncloud-sdk-config-설정)

.env 파일에 다음 정보를 추가

```
NCLOUD_ACCESS_KEY="네이버 Ncloud Access key"
NCLOUD_SECRET_KEy="네이버 Ncloud Secret Key"

```

또는

```
php artisan vendor:publish --tag=laravel_ncloud_sdk_config
```

명령어를 이용하여 ncloud\_sdk.php 파일을 생성 후 편집

#### mail driver config 설정

[](#mail-driver-config-설정)

```
php artisan vendor:publish --tag=laravel_ncloud_mail_driver_config
```

명령어를 이용하여 ncloud\_outbound\_mail\_driver.php 파일을 생성 후 편집

#### laravel .env 수정

[](#laravel-env-수정)

```
MAIL_MAILER="ncloud"
MAIL_SCHEME=null
MAIL_HOST=null
MAIL_PORT=null
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="보내는 Email 주소"
MAIL_FROM_NAME="보내는 Email 이름"

```

메일 발송
-----

[](#메일-발송)

Laravel 에서 발송 시 driver 를 ncloud 로 지정하여 발송

```
$recipient = [
    new Address('receiver@test.com', '수신자이름'),
];
Mail::driver('ncloud')->to($recipient)->send(new TestMail());
```

Contribution
------------

[](#contribution)

버그 제보, 기능 제안, 그리고 풀 리퀘스트는 언제나 환영합니다. [Github 저장소](http://github.com/codedive-io/laravel-ncloud-mail-driver) 를 통해 기여하실 수 있습니다.

Bug reports, feature suggestions, and pull requests are welcome. You can contribute via the [Github Repository](https://github.com/codedive-io/laravel-ncloud-mail-driver).

LICENSE
-------

[](#license)

이 패키지는 MIT 라이센스를 준수합니다 [MIT license](LICENSE)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance92

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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 ~72 days

Total

4

Last Release

41d ago

Major Versions

v1.0.0 → 2.0.0.x-dev2026-05-24

PHP version history (2 changes)1.0.0.x-devPHP ^8.1

2.0.0.x-devPHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![foxtrot-codedive](https://avatars.githubusercontent.com/u/234982537?v=4)](https://github.com/foxtrot-codedive "foxtrot-codedive (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codedive-io-laravel-ncloud-mail-driver/health.svg)

```
[![Health](https://phpackages.com/badges/codedive-io-laravel-ncloud-mail-driver/health.svg)](https://phpackages.com/packages/codedive-io-laravel-ncloud-mail-driver)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.1k2.8M4](/packages/spatie-laravel-failed-job-monitor)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3417.0k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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