Download the PHP package jukit/pigeon-mail without Composer

On this page you can find all versions of the php package jukit/pigeon-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pigeon-mail

Pigeon Mail

项目简介

Pigeon Mail 是一个基于 PHPMailer 封装的简单、稳定的邮件发送工具包,旨在帮助开发人员识别和解决与SMTP(简单邮件传输协议)相关的错误。无论是网站、Web应用程序还是后端服务,PigeonMail都能够轻松集成,并提供清晰的SMTP错误信息翻译,使开发人员能够更快速、更准确地定位和解决邮件发送中的问题。

功能特点

  1. 多种SMTP错误类型的识别和翻译: PigeonMail能够识别多种SMTP错误,包括连接失败、验证问题、邮件内容拒收等,并提供相应的人类可读翻译。无论是针对腾讯邮箱、网易邮箱还是其他邮件服务提供商,该组件都能够提供详尽的解释。

  2. 灵活的邮件问题诊断解决方案: 通过简单的调用接口,开发人员可以轻松地将PigeonMail集成到现有的邮件发送逻辑中。该组件包能够帮助开发人员快速定位和解决与邮件发送相关的问题,提高系统的稳定性和可靠性。

  3. 覆盖广泛的错误类型和邮件服务提供商: PigeonMail涵盖了多种SMTP错误类型,包括但不限于连接失败、身份验证问题、邮件内容被拒绝等。无论是对于腾讯邮箱、网易邮箱还是其他邮件服务提供商,该组件都能够提供清晰的解释和解决方案。

接入指南

``


All versions of pigeon-mail with dependencies

PHP Build Version
Package Version
Requires webklex/php-imap Version ^4.1
phpmailer/phpmailer Version ^6.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jukit/pigeon-mail contains the following files

Loading the files please wait ....