Download the PHP package ceus-media/mail without Composer
On this page you can find all versions of the php package ceus-media/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mail
Ceus Media Mail Library
Produce, send and read mails using PHP + IMAP & SMTP.
Features
- Programming
- simple, easy, clean
- PHP 7.3+, object oriented style, chainable
- automatic encoding
- automatic MIME type detection
- MIME Contents
- HTML
- plain text
- file attachments
- inline images
- Partipicants
- To, Cc, Bcc
- sender and receiver names
- Transports
- SMTP, with TLS support
- local PHP mail function
- Mailbox
- access via IMAP and POP3
- search with criteria
- Checks
- address validity
- receiver reachability
Code Examples
Short version
This example shows how to send a text mail using chainability.
Long version
Future plans
- documentation for already existing parser
- automatic virus scan
- support for logging
- factories and other design patterns
- slim API - see "Future version"
Future version
Sending a mail should be as easy as possible. This is an outlook how the interface could look like in future.
Attention: This is pseudo code. The used classes are not implemented yet.
Thoughts on this example
- Sending mail with this short code will be using SMTP, only.
- The SMTP server will be determined by fetching MX records of the user's domain.
- Setting the SMTP server port is still needed.
- Assigned receivers will be checked for existance automatically.
- If the auth method is receiving only one parameter, it will be understood as password.
- The auth username will be taken from sender address.
- Thrown exceptions can be catched by a defined error handler.
- If everything is set the mail can be sent.
Good to know
Using Google as SMTP
Google tried to protect its SMTP access by several measures. If you are having problems sending mails using Google SMTP, tried these steps:
- Open a browser an log into Google using a Google account.
- Allow "less secure apps" to have access.
- Allow app to have access.
- Try again!
All versions of mail with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-dom Version *
ext-fileinfo Version *
ext-iconv Version *
ext-imap Version *
ext-json Version *
ceus-media/common Version ^1.0 | 1.0.x-dev
ceus-media/cache Version ^0.6 | 0.6.x-dev
ezyang/htmlpurifier Version dev-master
ext-dom Version *
ext-fileinfo Version *
ext-iconv Version *
ext-imap Version *
ext-json Version *
ceus-media/common Version ^1.0 | 1.0.x-dev
ceus-media/cache Version ^0.6 | 0.6.x-dev
ezyang/htmlpurifier Version dev-master
The package ceus-media/mail contains the following files
Loading the files please wait ....