Download the PHP package screamingdev/mail-fetcher without Composer
On this page you can find all versions of the php package screamingdev/mail-fetcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download screamingdev/mail-fetcher
More information about screamingdev/mail-fetcher
Files in screamingdev/mail-fetcher
Download screamingdev/mail-fetcher
More information about screamingdev/mail-fetcher
Files in screamingdev/mail-fetcher
Vendor screamingdev
Package mail-fetcher
Short Description Fetching and showing outgoing mails as simple as possible
License MIT
Package mail-fetcher
Short Description Fetching and showing outgoing mails as simple as possible
License MIT
Please rate this library. Is it a good library?
Informations about the package mail-fetcher
Mail Fetcher
Fetching and showing outgoing mails
This shall be the most simple way for PHP to fetch and show outgoing mails.
Usage
- Install package
composer require --dev screamingdev/mail-fetcher
. - Adapt PHP config
php -d sendmail_path="vendor/rmp-up/mail-fetcher/sendmail.php" ...
. - Read outgoing mails using the GUI
ln -sr vendor/screamingdev/mail-fetcher/mails.php document-root/mails.php
Mails will now be stored in "vendor/screamingdev/mail-fetcher/var" so by removing the package all mails will be gone too. To have it more persistent or share mails among multiple projects you could replace this dir by a symlink.
Watch out: This is very simple and basic PHP. No OOP or fancy stuff needed here. This is for devs only and won't become the next big mail client :P
All versions of mail-fetcher with dependencies
PHP Build Version
Package Version
The package screamingdev/mail-fetcher contains the following files
Loading the files please wait ....