定制 anny/laravel-scaleway-tem 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

anny/laravel-scaleway-tem

最新稳定版本:1.0.2

Composer 安装命令:

composer require anny/laravel-scaleway-tem

包简介

A Laravel package to extend mail with Scaleway transactional email

README 文档

README

This package provides a simple way to send emails using the Scaleway TEM service directly from your Laravel application.

Installation

composer require anny/laravel-scaleway-tem

This package adds automatically the Scaleway mailer to your mail config. First you need to add the credentials for the Scaleway API to your services.php config file.

'scaleway' => [
        'project_id' => env('SCALEWAY_PROJECT_ID'),
        'api_key' => env('SCALEWAY_API_KEY'),
        'region' => env('SCALEWAY_REGION', 'fr-par'),
]

After that, extend you mail config with the following code:

'scaleway' => [
    'transport' => 'scaleway',
    ]

统计信息

  • 总下载量: 11.41k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-20