Closed (fixed)
Project:
Comment Notify
Version:
5.x-2.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2008 at 10:06 UTC
Updated:
13 Apr 2009 at 16:44 UTC
I have installed this module and seems to be really useful but for some reason the email is not being send what so ever I have checked logs also and nothing. I would really appreciate some feedback
Comments
Comment #1
gregglesThanks for the bug report.
What kind of remote server are you using? Is it http://drupal.org/project/smtp ?
I use that and have no problems with comment notify.
Are there any relevant messages in the apache, php, Drupal (example.com/admin/logs/watchdog) , or mail error logs?
Comment #2
greggles2 weeks with no feedback..closing.
Comment #4
werushka commentedActually there are no notifications in the log
Comment #5
werushka commentedI would relly appreciate feddback
Comment #6
gregglesI still need the answer to this:
Also, I fail to believe that there are literally no errors nor messages in the log file. Drupal and Apache and PHP and mail servers all log messages when things fail. There should be at least 1 message in a log file that describes the problem and probably there will be several messages spread across the different log files.
Comment #7
werushka commentedYep
Comment #8
gregglesThat's not nearly enough information for me to provide an intelligent response.
Closing until there is enough information.
Comment #9
werushka commentedI am sorry for the lack of information, in the mean time I was working on a critical error on my site.
Ok I have disabled the SMTP module and still it is not working. There is nothing in server logs nor the drupal logs. I have enabled all content types to test it and it seems nothing is happening in the background. The user interface and notifications are working perfect no problem whatsoever. I think dealing with SMTP is not the issue.
Sorry again for lack of info. I appreciate you helping.
Comment #10
werushka commentedhad to open it sorry
Comment #11
gregglesComment notify itself does a watchdog every time it tries to send a mail. Your comment that you get no messages in the watchdog log makes me really confused.
I'm using comment notify with the SMTP module on several sites and so far it's fine. Sorry I don't have any more ideas on how to fix this...
Comment #12
bobthecow commentedIf it helps, I was having trouble with my setup as well.
I installed Comment Notify and Queue Mail/Job Queue on a new server. I did not, however, install sendmail or postfix on the new server.
In testing, Comment Notify reported success--"Notified: foo"--when the message was added to the mail queue. And Queue Mail reported success on the next cron run when the queue was processed. Unfortunately Queue Mail was wrong. There was absolutely no way Queue Mail was sending email without sendmail. So according to watchdog, everything was okay. It wasn't until I turned off Queue Mail that I started seeing watchdog entries like "Error sending email (from ...".
Note that I wasn't seeing error messages from Comment Notify because Comment Notify successfully passed the message off to Queue Mail. But Queue Mail was lying to me. Since I was expecting comment notification I thought Comment Notify was the culprit. And because everything claimed to be working, I didn't look through my Apache logs and notice the telltale
sh: /usr/sbin/sendmail: not foundI don't know if that helps, but that's the problem I was having. It's amazing how much better sending mail works when you have sendmail :)
Comment #13
gregglesThanks for the information bobthecow. Sorry to hear about your problems. Perhaps you could open a bug in the Queue Mail server to log errors instead of silently absorbing them.