confirmation-email

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 session expiration. How can I define my goal funnel so that confirmation page landings are recognized even after a day or two? My confir...

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 send an e-mail) using the JavaMail API... Am wondering how I would design / implement the actual unique URL (where upon an end user's click,...

users get the automatic confirmation mail from my forum with 1-2 hours delay

is this a spamfilter or postfix problem? ...

php email confirm code algo ?

Hi, 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 characters. The simplest things in my mind is just encrypting a string through md5 or sha1 but it won't fit because of the current colum...

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 these devices? If a site has a captcha verification, does it still need an email confirmation? ...

How to send emails with return-receipts in Ruby on Rails?

Hi everybody, 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 simple email sent to a specified address (the "Disposition-Notification-To" address, given in the email header). Do you know if...

PHPMailer - Double Opt In - Spam - Confirm script and multiple email addresses

Hi, 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 uses a "double opt in" which sends an email from "[email protected]" to the subscriber to click on a confirm link that then go...