From: SourceForge.net <no...@so...> - 2007-12-08 16:59:35
|
/mod/mailinglists item #1645003, was opened at 2007-01-26 00:13 Message generated for change (Comment added) made by blindman1344 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1645003&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Defect Group: None >Status: Closed >Resolution: Later Priority: 5 Private: No Submitted By: Whit (whitbrett) >Assigned to: Greg Meiste (blindman1344) Summary: Unable to send mail Initial Comment: When the user registers, the system will send the mail letting them know that they are signed up. The problem is that when they try to send mail the a mailing list, no mail is sent. I noticed that the registration is using the direct mail function to sendmail, and that the lists are using the pear libs. I get no error, just no mail is sent. I am using 0.10.2 Here is the code that is not working: The first one (that i added) works. This is going direct. The second one does not. $mail = &Mail::factory('mail'); $headers = 'From: ' . $fromName . ' <' . $fromEmail . ">\r\n"; $emailSubject = $theSubject ; mail('wh...@bi...',$emailSubject , 'this is atest', $headers); if($mail->send($userResult[0]['email'], $hdrs, $body)) $numberSent++; } Any suggestions... ---------------------------------------------------------------------- >Comment By: Greg Meiste (blindman1344) Date: 2007-12-08 10:38 Message: Logged In: YES user_id=780595 Originator: NO In an upcoming version of the module, we will switch to the new phpWebsite mail class, which should address this issue. Thanks for your submission. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=1645003&group_id=81360 |