文件名称:interspire-aws-bounce:Laravel 5.1应用程序,用于管理来自Amazon SESSNSSQS和Interspire API的退信投诉
文件大小:66KB
文件格式:ZIP
更新时间:2024-06-08 02:59:04
PHP
Laravel 5.1应用程序,用于管理来自Amazon SES / SNS / SQS和Interspire API的退信/投诉 这是一个正在进行的工作。 目的是在Interspire之前运行Laravel 5.1应用程序。 我们使用Amazon SES处理Interspire电子邮件。 我们已经设置了针对投诉/退回的Amazon SNS通知。 这些被推送到Amazon SQS队列。 该应用程序查询队列以查看是否有任何投诉/退回。 如果是这样,则可以使用Interspire的API处理它们。 为跳出将被标记Bounced和投诉将Unbsuscribed并添加到Suppression list中Interspire。 有关更多信息,请参见此包: : 安装 ###安装laravel只需克隆此项目 $ git clone https://github.com/SwissWeb/int
【文件预览】:
interspire-aws-bounce-master
----composer.json(1KB)
----phpunit.xml(899B)
----bootstrap()
--------cache()
--------autoload.php(1KB)
--------app.php(2KB)
----config()
--------cache.php(2KB)
--------compile.php(983B)
--------filesystems.php(2KB)
--------auth.php(2KB)
--------session.php(5KB)
--------mail.php(4KB)
--------broadcasting.php(1KB)
--------.gitignore(22B)
--------queue.php(3KB)
--------view.php(1020B)
--------app.php(8KB)
--------database.php(4KB)
--------services.php(985B)
----composer.lock(117KB)
----package.json(159B)
----artisan(2KB)
----readme.md(2KB)
----gulpfile.js(503B)
----database()
--------factories()
--------migrations()
--------.gitignore(9B)
--------seeds()
----server.php(567B)
----tests()
--------ExampleTest.php(403B)
--------TestCase.php(532B)
----resources()
--------lang()
--------assets()
--------views()
----app()
--------Services()
--------Listeners()
--------Http()
--------Jobs()
--------User.php(856B)
--------Providers()
--------Exceptions()
--------Console()
--------Events()
----storage()
--------logs()
--------app()
--------framework()
----.env.example(310B)
----.gitignore(54B)
----public()
--------index.php(2KB)
--------.htaccess(414B)
--------robots.txt(24B)
--------favicon.ico(0B)
----phpspec.yml(87B)
----.gitattributes(61B)