iqrf / mailer
IQRF PHP mailer used for our webapps.
dev-master
2024-11-21 23:03 UTC
Requires
- php: >=8.1
- ext-posix: *
- contributte/translation: ^v2.0.5
- nette/application: ^v3.2.6
- nette/di: ^v3.2.3
- nette/mail: ^v4.0.3
- phpmailer/phpmailer: ^v6.9.2
- spatie/ssl-certificate: ^2.6.8
Requires (Dev)
- contributte/qa: ^0.4
- contributte/tester: ^v0.3.0
- iqrf/phpstan-config: ^v0.1.0
- mockery/mockery: ^1.6.12
This package is auto-updated.
Last update: 2024-12-21 23:28:59 UTC
README
PHP mailer for our webapps.
Requires PHP 8.1 or higher.
Installation
Install the latest version of iqrf/mailer
using Composer.
composer require --dev iqrf/mailer
Nette Configuration
extensions:
mailer: Iqrf\Mailer\DI\MailerExtension
License
This project is licensed under Apache License 2.0:
Copyright 2017-2024 IQRF Tech s.r.o.
Copyright 2019-2024 MICRORISC s.r.o.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.