screamingdev / mail-fetcher
Fetching and showing outgoing mails as simple as possible
Installs: 4 044
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
- php-mime-mail-parser/php-mime-mail-parser: ^3.0
This package is auto-updated.
Last update: 2024-12-21 21:31:29 UTC
README
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