Download the PHP package fyre/mail without Composer

On this page you can find all versions of the php package fyre/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 mail

FyreMail

FyreMail is a free, open-source email library for PHP.

Table Of Contents

Installation

Using Composer

In PHP:

Methods

Clear

Clear all instances and configs.

Get Config

Get a Mailer config.

Alternatively, if the $key argument is omitted an array containing all configurations will be returned.

Get Key

Get the key for a Mailer instance.

Has Config

Check if a Mailer config exists.

Is Loaded

Check if a Mailer instance is loaded.

Load

Load a Mailer.

Set Config

Set the Mailer config.

Alternatively, a single array can be provided containing key/value of configuration options.

Unload

Unload a Mailer.

Use

Load a shared Mailer instance.

Mailers

You can load a specific mailer by specifying the className option of the $options variable above.

Custom mailers can be created by extending \Fyre\Mail\Mailer, ensuring all below methods are implemented.

Email

Create an Email.

Get Charset

Get the mailer character set.

Get Client

Get the client hostname.

Send

Send an Email.

Sendmail

The Sendmail mailer can be loaded using custom configuration.

SMTP

The SMTP mailer can be loaded using custom configuration.

Emails

Add Attachments

Add attachments.

For each attachment, a file or content must be supplied.

If the mimeType is omitted it will determined automatically from the file data.

If the disposition is omitted, it will default to "inline" if a contentId is provided, otherwise "attachment".

Add Bcc

Add a bcc address.

Add Cc

Add a cc address.

Add Reply To

Add a reply to address.

Add To

Add a to address.

Get Attachments

Get the attachments.

Get Bcc

Get the bcc addresses.

Get Body HTML

Get the HTML body string.

Get Body Text

Get the text body string.

Get Boundary

Get the boundary.

Get Cc

Get the cc addresses.

Get Charset

Get the character set.

Get Format

Get the email format.

Get From

Get the from addresses.

Get Headers

Get the additional headers.

Get Message ID

Get the message ID.

Get Priority

Get the priority.

Get Read Receipt

Get the read recipient addresses.

Get Recipients

Get the recipient addresses.

Get Reply To

Get the reply to addresses.

Get Return Path

Get the return path addresses.

Get Sender

Get the sender addresses.

Get Subject

Get the subject.

Get To

Get the to addresses.

Send

Send the email.

Set Attachments

Set the attachments.

For each attachment, a file or content must be supplied.

If the mimeType is omitted it will determined automatically from the file data.

If the disposition is omitted, it will default to "inline" if a contentId is provided, otherwise "attachment".

Set Bcc

Set the bcc addresses.

Set Body Html

Set the body HTML.

Set Body Text

Set the body text.

Set Cc

Set the cc addresses.

Set Charset

Set the character set.

Set Format

Set the email format.

Set From

Set the from address.

Set Headers

Set additional headers.

Set Priority

Set the priority.

Set Read Receipt

Set the read recipient address.

Set Reply To

Set the reply to addresses.

Set Return Path

Set the return path address.

Set Sender

Set the sender address.

Set Subject

Set the subject.

Set To

Set the to addresses.


All versions of mail with dependencies

PHP Build Version
Package Version
Requires fyre/config Version ^4.0
fyre/container Version ^1.0
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 fyre/mail contains the following files

Loading the files please wait ....