Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
3k views

Verifying an email address exist in C#

Regarding this post about email verification, using C#, how would you issue a VRFY command issue a RCPT command
4
votes
8answers
2k views

java: how can i verify an email address to be valid without sending a confirmation e-mail?

Hiya. when people register to my website i don't want to send them a verification e-mail, i just want to check if that e-mail exists. is there a way to do such a thing ? using apache-tomcat and java ...
4
votes
5answers
976 views

How to verify email sender address is not spoofed?

As per this question I asked previously on Google App Engine, if I have access to all the information in a standard email, not just the From, To, Subject, Body fields, but also all the headers and ...
1
vote
2answers
33 views

Privacy issue with email verification

I'm currently working on a small website and my customer is very concerned with privacy issues. I'm implementing a user registration with common email verification, i.e. when a user wants to register ...
1
vote
1answer
54 views

Once I send an email, how much information can I get about its progress?

I'm designing a capability to send emails out for my app. I was wondering once I send out an email, is there anyway to find out whether the email address exists and is real the email was received ...
1
vote
3answers
40 views

Verifying whether or not a person has been invited to register.

I'm trying to code a basic invitee-verification page in Ruby on Rails 3. I'm trying to code a basic website page that has a text field for the user to enter their email address and then the ...
1
vote
1answer
28 views

verification like alternative

we usually send some verification link into email when users registered to verify users email. The link may look similar to ...
1
vote
1answer
254 views

Implementing Email Verification process with GAE python

I want to implement a simple registration to my app on google app engine. I store the user email and password on the db and than i want to send an authentication email to the email the user have ...
1
vote
2answers
724 views

Verify email with codeigniter

How can I verify an email address with codeigniter? I just went through the manual, I couldn't find this. With email verification, i mean the exact same verification you see when registering on a ...
1
vote
3answers
85 views

Checking for a valid and in-use email address in PHP

I'm not sure if this is exactly possible, but figured I'd throw it out there. I have a client that is getting some hate-mail from somebody he knows via a contact form on a website that I developed ...
1
vote
3answers
854 views

Email Verification plugin for rails?

I'd like to verify a user's email address by sending them a verify-email-message. Do you know of a good Rails plugin that they've used or seen? Since I didn't see anything good via Google, at this ...
0
votes
0answers
14 views

Verify phone (NPA/NPX) and email address on form

Can anyone recommend any good companies, scripts or databases I can use to verify contact information on my forms? Ideally, I'd like to ping a service the email and phone number of a particular ...
0
votes
1answer
92 views

Need to hash emailed 'verification' URL?

I have a form which collects basic user information. On the subsequent page it asks the user to enter a 'verification' code to ensure they have access to the email account mentioned. Additionally, ...
0
votes
1answer
58 views

C#: How can I make my program click the links in emails?

I want my program to log in to the users email account with the information they provide and click on the emails and then click the links inside the email? If you know how to do this in browser or ...
0
votes
1answer
149 views

Javascript Cookie Code not storing a cookie/reading a null cookie value?

I took this code from the Headfirst Javascript book, for cookies. But for some reason it's not working with my browsers. I'm mainly using chrome and ff, and i have local cookies enabled in chrome. ...
0
votes
1answer
245 views

How long does it take to receive a verification email for the Mac Developer Program?

Today I registered for the Mac Developer Program, at $99 per year. So far I have yet to receive the verification email. How long should I expect to wait before receiving this email?
0
votes
1answer
733 views

'str' object does not support item assignment - Error with django

I created a Django app. The application has a user regstration page. The registration page is implemented and i was trying to implement a email confirmation after registering. ie sending an email when ...
0
votes
0answers
501 views

Assigning user role in Drupal 6 by registration form with email verification and notification

I am building a site where I need to have two different types of user registration forms with each ending up assigning the user to a different role. This also has to work with prefix-based ...
0
votes
1answer
94 views

Hotmail issue with hyperlink in my verification emails

i just realized am sending a verification email to users/mebers but people how have hotmail account hey cant click the link...is basically stripped... what am doing wrong? there is a workaround? ...
0
votes
1answer
150 views

Verifying university membership/attendance via email address

My client's web app allows members to sign up (Rails using AuthLogic) and those signups are limited in that they must be under the auspices of a university. To wit: A university organizer can sign up ...
0
votes
1answer
415 views

System for email verification in ASP.NET

Is a pre-made system available to confirm a new user's email address for an ASP.NET site? I'm using the pre built Authentication and Role providers. The system should be able to send email to a user ...