Home » Mail » Mail_Mime » Bug #4979
handy wrapper class for Mail_Mime
Details
| Request #4979 | handy wrapper class for Mail_Mime |
|---|---|
| Submitted | 2005-08-03 04:55 UTC |
| From | apinstein at mac dot com |
| Assigned | cipri |
| Status | Wont fix |
| Package | Mail_Mime |
| PHP Version | 5.0.0 |
| OS | mac os x / 10.3.4 |
| Roadmaps | (Not assigned) |
Comments
[2005-08-03 04:55 UTC] apinstein at mac dot com
Description:
------------
I am a fan of Mail_Mime. However, it takes a bit of code to
bootstrap up a mail message. So, I have written a simple
wrapper class that has a nice interface for sending mail.
Where Mail_Mime is for wrapping attachments etc, and Mail is
for the transport stuff, basically I have written a class that
matches the actual task of creating and sending mail.
Not sure the best way to release it; as a separate PEAR
project or just as part of the Mail_Mime package... so I am
sharing with you and asking for feedback.
[2006-04-05 00:51 UTC] apinstein at mac dot com
Sounds good! Glad you found the code useful.