From: SourceForge.net <no...@so...> - 2008-09-14 15:03:48
|
/mod/mailinglists item #2109418, was opened at 2008-09-13 17:44 Message generated for change (Comment added) made by teliki You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=2109418&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: Support Request Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Chris (teliki) Assigned to: Greg Meiste (blindman1344) Summary: Does not generate emails Initial Comment: Hi there, I cannot get mailinglists to send email. When I subscribe it sets up the request on the proper list but the confirmation email is never sent. Similarly when I directly add an approved user and try to send out email it doesn't send anything. I checked that the php "mail" function works on my server (using a simple test script) and it works. The module looks perfect for our use - hope we can get it functioning. Thanks, Chris ho...@ya... ---------------------------------------------------------------------- >Comment By: Chris (teliki) Date: 2008-09-14 11:03 Message: Forgot to mention - nothing is being written to the error log when I attempt to send. Chris ---------------------------------------------------------------------- Comment By: Chris (teliki) Date: 2008-09-14 11:02 Message: I have not modified anything except specifying (in Control panel) that anon users could subscribe. I am fairly proficient with php (but a little weak in OO design). Can you point me to specific scripts/clsses where I can set breaks and echo variables? When I create email for my test list it does come back with the message that email has been sent. It would save me a lot of time if you could let me know where the actual mail class is invoked and maybe a little info on the process/structure. Seems like a good place to start is confirmation the mail class is being invoked and what it's trying to send - then work backward from there. I really appreciate your fast response to these comments - thanks! Chris ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2008-09-14 09:26 Message: That is strange since the Users module and the Mailing Lists module both use phpWebSite's core Mail class for sending email. Did you modify any of the Mailing Lists default settings? Do you see any error messages in logs/error.log? ---------------------------------------------------------------------- Comment By: Chris (teliki) Date: 2008-09-14 08:56 Message: Forgot to add that I can send email via other phpwebsite functions. For example if I add a new user and click "send email notification", the email is sent and received. The mail settings in config/core/mail_settings.php is set to "define('MAIL_BACKEND', 'mail');" ---------------------------------------------------------------------- Comment By: Greg Meiste (blindman1344) Date: 2008-09-13 20:38 Message: Do you receive any emails from other phpWebSite modules? Because the Mailing Lists module uses the phpWebSite core mail class, chances are something may be misconfigured in the core. Please double check your mail settings in config/core/mail_settings.php and modify if necessary. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=765094&aid=2109418&group_id=81360 |