PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_Mime » Bug #4979

handy wrapper class for Mail_Mime

Details

Request #4979handy wrapper class for Mail_Mime
Submitted2005-08-03 04:55 UTC
Fromapinstein at mac dot com
Assignedcipri
StatusWont fix
PackageMail_Mime
PHP Version5.0.0
OSmac 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.