Tagged Questions
The confirmation-email tag has no wiki summary.
3
votes
6answers
197 views
registering users: both captchas and confirmation emails?
Consider a new website in development where it requires the users to register for a service.
Lots of sites require a confirm by email and by having the user enter captchas. What's the usage of both ...
2
votes
2answers
65 views
Why Do We Send Confirmation Emails?
What good does it do to require the user to provide an email address, just so we send him/her one email to complete the registration process? It certainly won't protect against (D)DoS attacks, and I ...
1
vote
4answers
673 views
How do I send an email confirmation link to the user
I am developing a website where I need to send confirmation link to the user's e-mail account when he/she signs-up.
When user clicks this link then a field userEnable in database changes from ...
1
vote
2answers
207 views
How to send emails with return-receipts in Ruby on Rails?
I have to send automatic emails with Return Receipt (aka "acknowledgement of receipt"), to have the confirmation that the receiver have actually received and read the email. The confirmation is a ...
1
vote
1answer
605 views
How to create ConfirmationURL using a JavaMail / Servlet Mechanism?
Am in the process of writing a server side Java program which would send an e-mail to a user with a confirmation URL (located in the body of the e-mail).
Have already created the servlet (which can ...
1
vote
1answer
142 views
Google-Analytics: How do I add an e-mail link as the final step of a goal?
I send a confirmation link via e-mail (in multiple places) but it seems Analytics doesn't recognize those clicks (given URL is visited) unless the visit immediate. I am guessing the last part is about ...
0
votes
1answer
67 views
Devise “Confirm account instructions email” takes me to “Reset Password”
Once you sign_up, you get a confirmation email.
Do not confirm. Instead go to the app and click on didn't receive confirmation instructions and enter the same email id.
You will get a reset ...
0
votes
0answers
41 views
Email Confirmation & User Signup - Ruby on Rails 3.0
I'm trying to do the simplest thing ever (should be) send an email when a user signs up. my user_controller signs up a user perfectly.
Also, this mailer was working perfectly up until just recently. ...
0
votes
1answer
85 views
How do I create a email confirmation?
I'm trying to make a simple email notification when a user signs up.
My user sign up works fine, and I followed the "Sending Email" tutorial exactly but can't get it to work. What am I doing wrong?
...
0
votes
3answers
40 views
Should we ask users to confirm an e-mail address when they change it? [closed]
I have a service that requires an active e-mail address where users can receive notifications. Users can optionally receive notifications on multiple e-mail addresses by adding them.
Should I ...
0
votes
0answers
65 views
Send custom confirmation email in Devise depending on role defined in the database
I am using Devise for registration of a site with confirmable. However, I have two different roles for this site. The first role is the "main" role that uses the regular Devise signup procedure. ...
0
votes
1answer
102 views
Modal dialog box not working correctly on submit - page posting back to itself
I've asked this question before and so the other post may be closed. But, I didn't get the full correct answer, something always seem to be missing in the code. I need to submit an email, get a ...
0
votes
1answer
38 views
Sign in confirm link best pratice?
as by title, which is the best way to build the sign in email confirm link?
i suppose id_user/23414/pass/md5(user password)
not? :P
0
votes
1answer
76 views
devise confirmable edit template
I have devise confirmable setup and working. Everything functions, but..., the generated link is odd and when click it displays a blank page.
However when the link is clicked it does appear to ...
0
votes
1answer
541 views
Zend framework registration + email confirmation
Do you know how to do registration in Zend that require email confirmation? Is Zend has any mechanism to do it easy? I have found only classes to send emails but I dont know that Zend has special ...
0
votes
1answer
82 views
Which are the best tool/application to create event registration online?
I want to use a tool to create event registration for people who follow courses of my client.
My client needs to publish a form for the registration and needs to know if the person who fill the form ...
0
votes
1answer
484 views
PHPMailer - Double Opt In - Spam - Confirm script and multiple email addresses
I have written a script for my clients to generate a newsletter form, embed it on their website, collect email addresses and then email them using a php while and PHPMailer.
Currently, the script ...
0
votes
2answers
132 views
php email confirm code algo?
I saw a 'confirm_code' column in a db table, and property of the column is varchar(100),
can you guys give me idea of a nice algo for a confirmation code ? Basically, it should consist of a random ...
0
votes
1answer
29 views
users get the automatic confirmation mail from my forum with 1-2 hours delay
is this a spamfilter or postfix problem?