Active
Project:
Comment Notify
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2012 at 01:08 UTC
Updated:
25 Oct 2012 at 17:09 UTC
Since i updated to 6-1.6 the following error is displayed when someone posts a reply to a node that was posted anonymously: Unable to send e-mail. Please contact the site administrator if the problem persists.
In the log i get: Error sending e-mail (from admin@mysite.com to ).
Comments
Comment #1
gregglesDo other emails from the site work, such as the password reset mail?
Comment #2
MrGeek commentedyes - no other issues whatsoever with email.. It appears that Comment Notify is sending messages with no "to" address in these cases.
Comment #3
MrGeek commentedWhat additional info do you need?
Comment #4
gregglesNobody else (including me) seems to be having this problem, so either its something specific to your site or the other users of the module aren't reporting it.
I'm not sure what the cause is, though, so until I can reproduce it I can't work to fix it. I'm not sure what more info I need other than how to reproduce it consistently on any system.
Comment #5
MrGeek commentedI have disabled the Mime Mail module which i no longer needed and this seems to have resolved the problem.. so far..
Comment #6
shwchil commentedFacing same error message in Contact Form
In Contact form email with same domain email id are received and send.
e. g. username@mysite.com
no other email-id message is received only in contact form.
is there any solution?
Comment #7
klucid commentedI had this problem as well until I installed the queue mail module (http://drupal.org/project/queue_mail) as required. Maybe we should make this a dependency?
Comment #8
gregglesNo, queue mail is not a dependency, it's just an option for scalability/performance.
If that works I guess there's a bug here, but I have no idea why mail sending would work via queue mail and not core's mail sending. I'm open to patches or more concrete steps to repeat, but this will likely require someone to post a patch or a bug report like:
1. Install Ubuntu 10.04 with default options
2. Install packages x, y, z
3.....
4. mail doesn't send via comment_notify but does send via queue_mail
Comment #9
MrGeek commentedIt seems that this happens when:
Anonymous user posts a comment, and checks the "notify me when new comments are posted" box
The comment is pruned, then converted to a forum using the Comment_mover module
So i can't tell if this is a Comment Notify issue or a Comment_Mover issue - perhaps someone can install Comment_Mover and duplicate the issue.
Comment #10
gregglesIt's definitely the case that comment_notify module has no idea how to work with comment_mover.
Updating this to a feature for that.
Comment #11
castelar commentedSeeing this error without comment_mover. I do however have Mime Mail and Messaging Mime Mail modules installed.
Comment #12
greggles@castelar any chance you could create a new issue for that?