Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pear/mail_mime
Create MIME messages with PHP
https://github.com/pear/mail_mime
e-mail mime mime-encoding php
Last synced: about 6 hours ago
JSON representation
Create MIME messages with PHP
- Host: GitHub
- URL: https://github.com/pear/mail_mime
- Owner: pear
- Created: 2011-12-06T14:09:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T08:52:10.000Z (25 days ago)
- Last Synced: 2025-01-25T03:51:22.995Z (7 days ago)
- Topics: e-mail, mime, mime-encoding, php
- Language: PHP
- Homepage: http://pear.php.net/package/Mail_Mime
- Size: 598 KB
- Stars: 47
- Watchers: 19
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This package is http://pear.php.net/package/Mail_Mime and has been migrated from http://svn.php.net/repository/pear/packages/Mail_Mime
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run either
$ phpunit tests/
or
$ pear run-tests -rTo build, simply
$ pear packageTo install from scratch
$ pear install package.xmlTo upgrade
$ pear upgrade -f package.xml