solvecase/sentmaillogger
最新稳定版本:v1.0.0
Composer 安装命令:
composer require solvecase/sentmaillogger
包简介
Save a copy of laravel sent email in imap sent folder.
README 文档
README
Save a copy of laravel sent email in imap sent folder.
Take a look at contributing.md to see a to do list.
Installation
Via Composer
composer require solvecase/sentmaillogger
Prerequisite
-
laravel-framework >=9
-
php-imap extension
Configuration
LOG_SENT_MESSAGE=true
LOG_ON_QUEUE=true
IMAP_PORT=993
IMAP_PROTOCOL="imap"
IMAP_ENCRYPTION="ssl"
IMAP_FOLDER="Sent"
IMAP_VALIDATE_CERT=true
IMAP_HOST="your-mail-host.com"
IMAP_USERNAME="email@example.com"
IMAP_PASSWORD="********"
LOG_SENT_MESSAGE enable/disable sent mail logger
LOG_ON_QUEUE implements Illuminate\Contracts\Queue\ShouldQueue
IMAP_FOLDER folder to be appended sent mail.
IMAP_PROTOCOL
imap— Use IMAP [default]pop3— Use POP3nntp— Use NNTP
IMAP_ENCRYPTION
false— Disable encryptionssl— Use SSL [default]tls— Use TLSstarttls— Use STARTTLSnotls— Use NoTLS
IMAP_VALIDATE_CERT validate certificates from TLS/SSL server
See more information on PHP-IMAP
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email support@solvecase.com instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-05