mailmerge:该库提供了少数API,可以使用不同的邮件服务发送各种电子邮件

时间:2024-03-30 07:38:04
【文件属性】:

文件名称:mailmerge:该库提供了少数API,可以使用不同的邮件服务发送各种电子邮件

文件大小:68KB

文件格式:ZIP

更新时间:2024-03-30 07:38:04

PHP

介绍 MailMerge旨在提供一些API,以使用不同的邮件服务提供商(例如mailgun,pepipost和sendgrid)发送各种电子邮件,包括(批处理邮件,单个邮件)。 它还定义了使用不同的邮件服务重新发送失败的电子邮件的策略。 要求 PHP> = 7.4 Laravel> = 6.0 雷迪斯 MailMerge使用redis保存事件和日志,因此您必须在主机上安装redis。 安装 composer require ahmedwaleed/mailmerge MailMerge将使用自动注册自己。 完成Composer后,运行以下命令,它将迁移mailmerge迁移: php artisan mailmerge:migrate 配置程序包 您可以使用以下方法发布配置文件: php artisan vendor:publish --tag= " mailmerge-con


【文件预览】:
mailmerge-master
----.github()
--------workflows()
----src()
--------Jobs()
--------database()
--------Http()
--------MailLog.php(212B)
--------Repositories()
--------Services()
--------MailClient.php(1024B)
--------BatchMessage.php(3KB)
--------NullableMailClient.php(529B)
--------Exceptions()
--------helpers.php(1KB)
--------Batch.php(1KB)
--------TemplateFormatter.php(563B)
--------Console()
--------BaseMailLog.php(812B)
--------MailMergeServiceProvider.php(3KB)
--------Attachment.php(1KB)
----config()
--------mailmerge.php(2KB)
----composer.lock(200KB)
----phpunit.xml(964B)
----README.md(12KB)
----resources()
--------views()
----tests()
--------Fakes()
--------Unit()
--------BaseTestCase.php(1KB)
--------Feature()
----.gitignore(36B)
----composer.json(1KB)

网友评论