Closed (outdated)
Project:
Google Groups
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
29 Dec 2009 at 17:43 UTC
Updated:
15 May 2016 at 23:22 UTC
Jump to comment: Most recent
I installed 6.x-2.0 today and set it up according to the README file. However, it is not working. When a new user registers with Drupal, the following messages are displayed:
The submitted from address () is not valid.
An error occurred and you were NOT subscribed to our email list.
Your password and further instructions have been sent to your e-mail address.
I cannot find any existing topics related to this problem. The closest thing I found was here:
http://drupal.org/node/316076
But that seems to be a different issue. I do have an email address specified in the site information, btw.
What troubleshooting steps can I try next? Thanks.
Comments
Comment #1
MountainX commentedBTW, I have SMTP, Mollum and Notifications modules installed too, in case that points to any conflicts. Also, the Drupal registration email is send (and received) correctly, so email is going out. It's just the Google Groups module that isn't working. I hope to get it working. This will be very useful for my site! Thanks.
Comment #2
dragonwize commentedIt is most likely because that part of the code has not been updated to use the new hook_mail system. I've been meaning to do so but never really had much of a push to do so.
It shouldn't be too much work. I will work on it and post back here when it is ready so you can test it.
Comment #3
MountainX commentedThank you for your quick response. I will be glad to help with any testing. In the mean time, is there a work around? People are obviously using this module. So, as someone brand new to it, what steps (if any) can I take to get it to work while you are coding an update for the new hook_mail system? Thanks again! I'm glad you created this module.
Comment #4
dragonwize commentedThe only work around would be to stop using the smtp module and just use Drupal's normal mail system until the new code is done.
Comment #5
dragonwize commentedComment #6
MountainX commentedOK, I see. Then I will probably have to wait on the new code because I don't think my site will be able to send email without the SMTP module. Thanks again.
Comment #7
dragonwize commentedComment #8
ilfelice commentedSubscribing
Comment #9
jenlamptonThe D7 port has moved to using hook_mail, so for the sake of keeping feature parody between the 6&7, I'd like to get out a 2.1 release for each version that includes this change. Assigning to myself :)
Comment #10
gadaniels72 commentedClosing as outdated given that Drupal 6 is now EOL.