承接 codemonster-ru/mail 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

codemonster-ru/mail

最新稳定版本:v1.0.0

Composer 安装命令:

composer require codemonster-ru/mail

包简介

Mail message and transport primitives for Annabel applications.

README 文档

README

Mail message and transport primitives for Annabel applications.

Usage

use Codemonster\Mail\MailManager;
use Codemonster\Mail\Message;

$manager = new MailManager([
    'default' => 'array',
    'mailers' => [
        'array' => [
            'transport' => 'array',
        ],
    ],
]);

$manager->mailer()->send(
    Message::make()
        ->from('hello@example.com', 'Annabel')
        ->to('user@example.com')
        ->subject('Welcome')
        ->text('Welcome to Annabel.'),
);

The package ships with array, log, sendmail, and Symfony-powered smtp transports:

$manager = new MailManager([
    'default' => 'smtp',
    'mailers' => [
        'smtp' => [
            'transport' => 'smtp',
            'dsn' => 'smtp://user:password@mail.example.com:587',
        ],
    ],
]);

Credentials containing reserved URI characters must be URL-encoded.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-06-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固