ajgl/swiftmailer-mailer

SwiftMailer 邮件桥接器。

0.1.1 2019-06-06 13:40 UTC

This package is auto-updated.

Last update: 2024-09-07 01:38:14 UTC


README

AjglSwiftmailerMailer 是用于 Symfony Mailer 的 Swift Mailer 桥接器。

安装

要安装此组件的最新稳定版本,请打开控制台并执行以下命令

$ composer require --dev ajgl/swiftmailer-mailer

用法

待定

Symfony 包

在 bundles.php 文件中启用此包

<?php

return [
    //...
    Ajgl\SwiftmailerMailer\Bundle\AjglSwiftmailerMailerBundle::class => ['dev' => true, 'test' => true],
    //...
];

❮ 注意 ❯:该包将覆盖默认的邮件传输方式。请参阅 Symfony Bug #31385 了解原因。

许可证

此组件采用 MIT 许可证。请参阅 LICENSE 文件中的完整许可证。

报告问题或功能请求

问题和功能请求在 Github 问题跟踪器 中跟踪。

作者信息

Antonio J. García Lagar 热情开发。

如果您觉得这个组件很有用,请在 GitHub 仓库页面 上添加一个 ★。