Closed (fixed)
Project:
Simplenews
Version:
6.x-1.0-beta5
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 10:59 UTC
Updated:
16 Oct 2008 at 16:53 UTC
With permissions set for anonymous users to subscribe to the newsletter, their email address is going into the database but they are somehow not showing up under http://[sitename]/admin/content/simplenews/users.
Comments
Comment #1
sutharsan commentedAfter confirmation (email) of the subscription they should be listed. If not, please find out which modules causes this error.
Comment #2
rajmataj commentedThanks for your comment.
I've discovered the cause of this problem: It was a combination of settings on the SMTP module and my gmail putting newsletter emails into the Spam box.
SMTP has been set up properly, debugging turned off within that module. When anonymous users subscribe, they get an email asking for confirmation. At this point, that user is listed in the database, however they are indeed not listed on the website as a subscriber until they confirm. Once that happens, they will then be listed as subscribers/recipients for the newsletter.
All seems to be working now. Hope this sheds some light on anyone having similar issues.