Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.12

Request #5837 Mail_Mime: Build message for Net_SMTP
Submitted: 2005-10-31 23:02 UTC
From: mortonda at dgrmm dot net Assigned: cipri
Status: Closed Package: Mail_Mime
PHP Version: 4.3.10 OS: any
Roadmaps: 1.4.0, 1.4.0a1    
Subscription  


 [2005-10-31 23:02 UTC] mortonda at dgrmm dot net
Description: ------------ Net_SMTP just needs a single parameter to its ->data() function, so the headers need to be converted into text and concatenated with the body. Could Mail_Mime provide this? $mime->getMessage(); In that function it would do something like: foreach($hdrs as $key=>$val) { $hdr .= "$key: $val\r\n"; } return $hdr . "\r\n" . $body;

Comments

 [2006-04-09 14:36 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-05-05 15:05 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!