mailing-bundle

时间:2024-03-24 12:52:40
【文件属性】:

文件名称:mailing-bundle

文件大小:31KB

文件格式:ZIP

更新时间:2024-03-24 12:52:40

PHP

SVB邮件 开发该捆绑包是为了从多个系统发送邮件,而无需编写一行html,也无需关心任何本地化。 如何安装/配置 composer require svb/mailing 确保捆绑软件已在config/bundles.php ( config/bundles.php / 5)或app/AppKernel.php:registerBundles (sf3)中正确注册 为捆绑包添加一个配置,如下所示: svb_mailing: tries_count: 5 # number of resend tries of a mail before the delivery is set to failed (default 5) database: url: 'mysql://root:root@mysql/svb_mailing' connectors:


【文件预览】:
mailing-bundle-master
----.gitignore(39B)
----src()
--------Command()
--------Exception()
--------Resources()
--------Mailer.php(3KB)
--------Connector()
--------Mail()
--------Repository()
--------SVBMailingBundle.php(298B)
--------DependencyInjection()
----composer.json(886B)
----.github()
--------workflows()
----composer.lock(157KB)
----README.md(2KB)
----phpunit.xml(182B)
----tests()
--------MailerTest.php(5KB)
----makefile(47B)

网友评论