Closed (won't fix)
Project:
Simplenews
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jan 2008 at 02:09 UTC
Updated:
26 Apr 2010 at 16:53 UTC
Hi everyone,
I understand that this exist so the newsletter doesn't became some sort of spam, but still, if someone already gave me my adress, he is alreadying giving me permission to e-mail him. Also, there is already the possibility of unsubscribing latter.
I have found that many soft-users tend to get confused with confirmation e-mails (specialy in foreing language - I'm Brazilian), so I'd like to have an option of people getting directy subscribed, without the need of a confirmation e-mail.
Thank you for the attentio!
Comments
Comment #1
vm commentedThis is to protect "other" users from entering someone elses email address.
User A enters user B's email
User B gets unwanted newsletters
The protection mechanism is more to protect the above, then spam I believe.
Comment #2
lucasmafaldo commentedops - double post.
Comment #3
lucasmafaldo commentedGood point.
But I'd still rather not have that feature. Is there anything I can do to make subscribers directly subscribed?
Comment #4
sutharsan commentedtwo things you can do:
1. import the email address yourselves (as admin) using the import function
2. have the users create an account. This is the situation where "... someone already gave me my adress, he is alreadying giving me permission to e-mail him". No confirmation email is send to users, who's email address is already verified.
Comment #5
lucasmafaldo commentedBut can't I have a form that subscribes users directly?
Comment #7
sutharsan commentedFor anonymous users, no, this is not in simplenews and I have no intention to include this.
Comment #8
lucasmafaldo commentedOk, I understand.
Thank you for the attention.
Comment #9
solipsist commentedThen why the junction table in the database? The only reason you would want to separate subscriptions with user accounts is if there are subscriptions without corresponding user accounts.
Comment #10
sutharsan commentedBoth anonymous and subscribed users can subscribe to newsletters. Therefore the database table. But this discussion is about opt-in or not.
Comment #11
solipsist commentedI've developed a module for a client that allows opt-out, it subscribes every new user to one or several newsletters (can be configured). It also allows mass subscription of users if necessary. I have plans to contribute it if people say they are interested. It depends on SimpleNews but is a separate module.
Comment #12
stefanhapper commentedI would also very much support an OPTION to allow registration without confirmation email. It's something clients demand very often.
Comment #13
mcfilms commentedWow! I read solipsist's post @ #11 with great interest. Did you ever release this? This is exactly what I am looking for. What a fantastic tool this would be.
Comment #14
solipsist commentedmcfilms: It was written for Drupal 5 and needs upgrading to D6 and more recent versions of SimpleNews. I can send you the code if you want. I will probably not have time to release it until summer.
Comment #15
mcfilms commentedThank you, but I solved my issue. I was able to use Simplenews Roles http://drupal.org/project/simplenews_roles to mass-subscribe all of my users.