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

MountainX’s picture

BTW, 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.

dragonwize’s picture

It 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.

MountainX’s picture

Thank 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.

dragonwize’s picture

The 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.

dragonwize’s picture

Title: An error occurred and you were NOT subscribed to our email list. » Use D6 hook_mail
Assigned: Unassigned » dragonwize
Category: bug » feature
MountainX’s picture

Title: Use D6 hook_mail » An error occurred and you were NOT subscribed to our email list.
Assigned: dragonwize » Unassigned
Category: feature » bug

OK, 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.

dragonwize’s picture

Title: An error occurred and you were NOT subscribed to our email list. » Use D6 hook_mail
Assigned: Unassigned » dragonwize
Category: bug » feature
ilfelice’s picture

Subscribing

jenlampton’s picture

Assigned: dragonwize » jenlampton

The 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 :)

gadaniels72’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing as outdated given that Drupal 6 is now EOL.