PHPackages                             ashfieldjumper/laravel-scaleway-mailer - 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. ashfieldjumper/laravel-scaleway-mailer

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

ashfieldjumper/laravel-scaleway-mailer
======================================

A Laravel mailer driver for Scaleway transactional emails

0480↓50%PHP

Since Oct 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AshFieldJumper/laravel-scaleway-mailer)[ Packagist](https://packagist.org/packages/ashfieldjumper/laravel-scaleway-mailer)[ RSS](/packages/ashfieldjumper-laravel-scaleway-mailer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Scaleway Mailer
=======================

[](#laravel-scaleway-mailer)

**Laravel Scaleway Mailer** is a Laravel package that provides a mail transport driver for Scaleway Transactional Email, allowing you to easily send emails via the Scaleway API within your Laravel application.

Installation
------------

[](#installation)

### 1. Requirements

[](#1-requirements)

- Laravel 8.x, 9.x, 10.x or 11.x
- PHP 8.0 or higher

### 2. Install via Composer

[](#2-install-via-composer)

Add this package to your Laravel project via Composer:

```
composer require ashfieldjumper/laravel-scaleway-mailer
```

### 3. Configuration

[](#3-configuration)

After installation, the service provider will be automatically loaded by Laravel thanks to autoloading. Next, add your Scaleway API key and other required configurations to your .env file:

```
SCW_SECRET_KEY=your-scaleway-secret-key
SCW_PROJECT_ID=your-scaleway-project-id
SCALEWAY_EMAIL_REGION=fr-par

MAIL_FROM_ADDRESS=your-email@example.com
MAIL_FROM_NAME="Your Application Name"
```

### 4. Modify Mail Configuration

[](#4-modify-mail-configuration)

```
'mailers' => [
    'scaleway' => [
        'transport' => 'scaleway',
        'secret_key' => env('SCW_SECRET_KEY'),
        'project_id' => env('SCW_PROJECT_ID'),
        'region' => env('SCALEWAY_EMAIL_REGION', 'fr-par'),
    ],
// other mailers...
],
```

Also, set the default MAIL\_MAILER to scaleway in your .env file:

```
MAIL_MAILER=scaleway
```

Issues and Contributions
------------------------

[](#issues-and-contributions)

If you find a bug or want to suggest a new feature, feel free to create an issue in the [GitHub repository](https://github.com/ashfieldjumper/laravel-scaleway-mailer/issues).

Contributions are always welcome. Feel free to submit a pull request!

License
-------

[](#license)

This package is licensed under the MIT license. Please see the `LICENSE` file for more information.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/066d0a90eb5cb27ea2c28bb3e6c4283e8a392ec7dc6744d813bb0d84b49b657f?d=identicon)[Rickry](/maintainers/Rickry)

---

Top Contributors

[![AshFieldJumper](https://avatars.githubusercontent.com/u/19998639?v=4)](https://github.com/AshFieldJumper "AshFieldJumper (2 commits)")

### Embed Badge

![Health badge](/badges/ashfieldjumper-laravel-scaleway-mailer/health.svg)

```
[![Health](https://phpackages.com/badges/ashfieldjumper-laravel-scaleway-mailer/health.svg)](https://phpackages.com/packages/ashfieldjumper-laravel-scaleway-mailer)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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