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 1 year 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T08:52:10.000Z (over 1 year ago)
- Last Synced: 2025-04-07T22:04:39.800Z (about 1 year ago)
- Topics: e-mail, mime, mime-encoding, php
- Language: PHP
- Homepage: http://pear.php.net/package/Mail_Mime
- Size: 598 KB
- Stars: 48
- Watchers: 18
- 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 -r
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml