File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33> [ !IMPORTANT]
44> dot-mail is a wrapper on top of [ laminas-mail] ( https://github.com/laminas/laminas-mail )
5- >
6- > ![ Dynamic JSON Badge] ( https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flaminas%2Flaminas-mail%2Fproperties%2Fvalues&query=%24%5B%3F(%40.property_name%3D%3D%22maintenance-mode%22)%5D.value&label=Maintenance%20Mode&color=%23d43442 )
75
86## dot-mail badges
97
108![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/dot-mail )
11- ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.1.1 )
9+ ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.3.0 )
1210
1311[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/dot-mail )] ( https://github.com/dotkernel/dot-mail/issues )
1412[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/dot-mail )] ( https://github.com/dotkernel/dot-mail/network )
1816[ ![ Build Static] ( https://github.com/dotkernel/dot-mail/actions/workflows/continuous-integration.yml/badge.svg?branch=4.0 )] ( https://github.com/dotkernel/dot-mail/actions/workflows/continuous-integration.yml )
1917[ ![ codecov] ( https://codecov.io/gh/dotkernel/dot-mail/branch/4.0/graph/badge.svg?token=G51NEHYKD3 )] ( https://codecov.io/gh/dotkernel/dot-mail )
2018
21- [ ![ SymfonyInsight] ( https://insight.symfony.com/projects/1995ea7c-3b34-4eee-ac48-3571860d0307/big.svg )] ( https://insight.symfony.com/projects/1995ea7c-3b34-4eee-ac48-3571860d0307 )
19+ ## Installation
20+
21+ Install ` dotkernel/dot-mail ` by executing the following Composer command:
22+
23+ ``` shell
24+ composer require dotkernel/dot-mail
25+ ```
2226
2327## Configuration
2428
Original file line number Diff line number Diff line change 55
66| Version | Supported | PHP Version |
77| ---------| --------------------| ----------------------------------------------------------------------------------------------------------|
8- | 4.x | :white_check_mark : | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.1.1 ) |
8+ | 4.x | :white_check_mark : | ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/dot-mail/4.3.0 ) |
99| <= 3.x | :x : | |
1010
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " dotkernel/dot-mail" ,
33 "type" : " library" ,
4- "description" : " DotKernel mail component based on laminas-mail" ,
4+ "description" : " Dotkernel mail component based on laminas-mail" ,
55 "license" : " MIT" ,
66 "homepage" : " https://github.com/dotkernel/dot-mail" ,
77 "keywords" : [
1515 ],
1616 "authors" : [
1717 {
18- "name" : " DotKernel Team" ,
18+ "name" : " Dotkernel Team" ,
1919 "email" : " team@dotkernel.com"
2020 }
2121 ],
3434 "dotkernel/dot-event" : " ^3.4"
3535 },
3636 "require-dev" : {
37- "laminas/laminas-coding-standard" : " ^2.5 " ,
37+ "laminas/laminas-coding-standard" : " ^3.0 " ,
3838 "mikey179/vfsstream" : " ^v1.6.11" ,
3939 "phpunit/phpunit" : " ^10.5" ,
4040 "vimeo/psalm" : " ^5.23"
Original file line number Diff line number Diff line change 33return [
44
55 /**
6- * DotKernel mail module configuration
6+ * Dotkernel mail module configuration
77 * Note that many of these options can be set programmatically too, when sending mail messages
88 * actually that is what you'll usually do, these config provide just default and options that remain the same for all mails
99 */
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ../../README.md
Original file line number Diff line number Diff line change 22
33Install ` dotkernel/dot-mail ` by executing the following Composer command:
44
5- composer require dotkernel/dot-mail
5+ ``` shell
6+ composer require dotkernel/dot-mail
7+ ```
Original file line number Diff line number Diff line change 11# Overview
22
33> dot-mail is a wrapper on top of [ laminas-mail] ( https://github.com/laminas/laminas-mail )
4- >
5- > ![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/laminas/laminas-mail )
64
75## Extra features
86
Original file line number Diff line number Diff line change 1414 - Usage : v4/usage.md
1515 - Transports : v4/transports.md
1616site_name : dot-mail
17- site_description : " DotKernel 's mail service"
17+ site_description : " Dotkernel 's mail service"
1818repo_url : " https://github.com/dotkernel/dot-mail"
1919plugins :
2020 - search
You can’t perform that action at this time.
0 commit comments