Download the PHP package jiaojie/pop-mail without Composer
On this page you can find all versions of the php package jiaojie/pop-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jiaojie/pop-mail
More information about jiaojie/pop-mail
Files in jiaojie/pop-mail
Download jiaojie/pop-mail
More information about jiaojie/pop-mail
Files in jiaojie/pop-mail
Vendor jiaojie
Package pop-mail
Short Description Pop Mail Component for Pop PHP Framework. Patch for PHP version 5.3
License New BSD
Homepage http://www.popphp.org/
Package pop-mail
Short Description Pop Mail Component for Pop PHP Framework. Patch for PHP version 5.3
License New BSD
Homepage http://www.popphp.org/
Please rate this library. Is it a good library?
Informations about the package pop-mail
pop-mail
OVERVIEW
pop-mail
is a component for managing and sending email messages. It has a full feature set that supports:
- Send to multiple emails
- Send as group
- Manage headers
- Attach files
- Send multiple mime-types (i.e., text, HTML, etc.)
- Save emails to be sent later
pop-mail
is a component of the Pop PHP Framework.
INSTALL
Install pop-mail
using Composer.
composer require popphp/pop-mail
BASIC USAGE
Sending a basic email
Attaching a file
Sending an HTML and text-based email
Saving an email to send later
That will write the email or emails to a file in the folder. Then, when you're ready to send them, you can simply do this:
The true
parameter is the flag to delete the email from the folder once it's sent.
All versions of pop-mail with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jiaojie/pop-mail contains the following files
Loading the files please wait ....