https://github.com/screamingdev/mail-fetcher
Fetch and show outgoing mails
https://github.com/screamingdev/mail-fetcher
Last synced: about 1 month ago
JSON representation
Fetch and show outgoing mails
- Host: GitHub
- URL: https://github.com/screamingdev/mail-fetcher
- Owner: ScreamingDev
- Created: 2019-01-20T11:34:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T16:26:53.000Z (over 7 years ago)
- Last Synced: 2025-01-12T14:16:04.816Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mail Fetcher
> Fetching and showing outgoing mails
This shall be the most simple way for PHP to fetch
and show outgoing mails.
## Usage
1. Install package
`composer require --dev screamingdev/mail-fetcher` .
2. Adapt PHP config
`php -d sendmail_path="vendor/rmp-up/mail-fetcher/sendmail.php" ...` .
3. 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