文件名称:swiftmailer-mailgun-bundle:Swiftmailer Mailgun作为Symfony捆绑包运输
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-14 16:54:36
PHP
Swiftmailer Mailgun捆绑包 该捆绑软件为使用mailgun http界面发送消息的swiftmailer服务添加了额外的传输方式。 安装 composer require cspoo/swiftmailer-mailgun-bundle php-http/guzzle5-adapter 注意:您可以使用任何一个 配置 Symfony的3.4 还要添加到您的AppKernel中: new cspoo\ Swiftmailer \ MailgunBundle \cspooSwiftmailerMailgunBundle(), 使用在Mailgun.com仪表板上的找到的凭据来配置应用程序。 // app/config/config.yml : cspoo_swiftmailer_mailgun : key : " key-xxxxxxxxxx "
【文件预览】:
swiftmailer-mailgun-bundle-master
----Changelog.md(865B)
----composer.json(2KB)
----.travis.yml(2KB)
----Upgrade.md(674B)
----DependencyInjection()
--------cspooSwiftmailerMailgunExtension.php(3KB)
--------Configuration.php(2KB)
----Service()
--------MailgunTransport.php(6KB)
----Resources()
--------config()
----cspooSwiftmailerMailgunBundle.php(155B)
----.gitignore(35B)
----Tests()
--------Funtional()
--------DependencyInjection()
--------Service()
----phpunit.xml.dist(889B)
----README.md(4KB)