473,748 Members | 2,294 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Verification Email Trouble

Nel
I have recently updated an on-line petition at www.fuelprotest.com

The confirmation email contained a verification link like
http://www.fuelprotest.com?cvote.php...c397392909edf2
(example link - this one won't work)

However some users had problems with the link working. The email was just
plain text using mail().

I have now changed it to MIME 1.0 and text/html. Would you please try
registering a vote on the site from any unusual browsers and/or mail
systems. I have tried it with Squirrel Mail and Outlook Express and all
seem ok, mind you all seemed ok before!

Does anyone know why some users would have a problem or what the best way is
to do this?

Nel
--
DISCLAIMER: There is an extremely small but nonzero chance that,
through a process known as "Tunneling" , this e-mail may spontaneously
disappear from its present location and reappear at any random place in the
Universe, including your neighbour's domicile. The sender will not be
responsible for any damages or inconvenience that may result.
Jul 17 '05 #1
6 2604
> Does anyone know why some users would have a problem or what the best way
is
to do this?


What I would recommend is having the user forward the email they have
problems with as an attachment. Most email clients support this option. That
way, you can see exactly what they received at their end. It could be as
simple of a problem such as their email client hard wrapping the text to a
number of characters that is less than the URL is long. This would result in
a truncated URL and your link not working properly.

HTH,
Matt Wade
http://codewalkers.com/
Jul 17 '05 #2
I noticed that Message-ID: <AK************ ********@wards. force9.net>
from Nel contained the following:
The confirmation email contained a verification link like
http://www.fuelprotest.com?cvote.php...c397392909edf2
(example link - this one won't work)
Have you tried making it a full link ie http:// etc? And isn't that uid
a bit over the top? If that's a random selection of letters and numbers
there are probably more combinations there than there are atoms in the
universe.
However some users had problems with the link working. The email was just
plain text using mail().

I have now changed it to MIME 1.0 and text/html.

Huh? Why?

Also the email field is too small. Supposing I mistyped my email
address? It would be nice to see it all. And I was slightly annoyed
that there was only one way to vote.

But I haven't received any mail yet anyway, unless my filters are
stopping it for some reason.

--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #3
Nel

"Geoff Berrow" <bl@ckdog.co.uk .the.cat> wrote in message
news:m5******** *************** *********@4ax.c om...
I noticed that Message-ID: <AK************ ********@wards. force9.net>
from Nel contained the following:
The confirmation email contained a verification link like
http://www.fuelprotest.com?cvote.php...c397392909edf2
(example link - this one won't work)
Have you tried making it a full link ie http:// etc? And isn't that uid
a bit over the top? If that's a random selection of letters and numbers
there are probably more combinations there than there are atoms in the
universe.

I must admit I haven't tried using the full http://. The long uid is just
a hash of some key data. Always security concious.
However some users had problems with the link working. The email was justplain text using mail().

I have now changed it to MIME 1.0 and text/html.

Huh? Why?

I read in a newsgroup that hotmail didn't get along too well with some links
in plain text. Whereas I can add a <a href> tag in html saying CLICK HERE.

Also the email field is too small. Supposing I mistyped my email
address? It would be nice to see it all. And I was slightly annoyed
that there was only one way to vote. Good point about the size of the field and really it should say "sign here"
really as it's not a vote as such, but that is historical.
But I haven't received any mail yet anyway, unless my filters are
stopping it for some reason. Have you had the email yet?

Nel

--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/

Jul 17 '05 #4
Nel

"Matt Wade" <ma**@codewalke rs.com> wrote in message
news:UY******** *******@bignews 4.bellsouth.net ...
Does anyone know why some users would have a problem or what the best
way is
to do this?
What I would recommend is having the user forward the email they have
problems with as an attachment. Most email clients support this option.

That way, you can see exactly what they received at their end. It could be as
simple of a problem such as their email client hard wrapping the text to a
number of characters that is less than the URL is long. This would result in a truncated URL and your link not working properly.

HTH,
Matt Wade
http://codewalkers.com/

Hi Matt,

I did that. In each case the email looked ok. The link worked in the email
that they forwarded to me when I viewed it in OE.

Nel
Jul 17 '05 #5
I noticed that Message-ID: <l9************ ********@wards. force9.net>
from Nel contained the following:

Have you tried making it a full link ie http:// etc? And isn't that uid
a bit over the top? If that's a random selection of letters and numbers
there are probably more combinations there than there are atoms in the
universe.I must admit I haven't tried using the full http://. The long uid is just
a hash of some key data. Always security concious.


Just thinking about line wraps.
>However some users had problems with the link working. The email wasjust >plain text using mail().
>
>I have now changed it to MIME 1.0 and text/html. Huh? Why?

I read in a newsgroup that hotmail didn't get along too well with some links
in plain text. Whereas I can add a <a href> tag in html saying CLICK HERE.

Ah yes, I've seen that in some mails. Well you'll need the full url in
that anyway. I'm just against sending mails in full html.

But I haven't received any mail yet anyway, unless my filters are
stopping it for some reason.

Have you had the email yet?


No, nothing.
--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #6
Nel
The problem seems to have been solved by adding http:// to the begining of
the URL and also by having the link in two formats, HTML and plain text.
That way at least one of them works all the time.

Thanks to Matt and Geoff for all the help.

Nel
"Nel" <ne***@ne14.co. NOSPAMuk> wrote in message
news:AK******** ************@wa rds.force9.net. ..
I have recently updated an on-line petition at www.fuelprotest.com

The confirmation email contained a verification link like
http://www.fuelprotest.com?cvote.php...c397392909edf2
(example link - this one won't work)

However some users had problems with the link working. The email was just
plain text using mail().

I have now changed it to MIME 1.0 and text/html. Would you please try
registering a vote on the site from any unusual browsers and/or mail
systems. I have tried it with Squirrel Mail and Outlook Express and all
seem ok, mind you all seemed ok before!

Does anyone know why some users would have a problem or what the best way is to do this?

Nel
--
DISCLAIMER: There is an extremely small but nonzero chance that,
through a process known as "Tunneling" , this e-mail may spontaneously
disappear from its present location and reappear at any random place in the Universe, including your neighbour's domicile. The sender will not be
responsible for any damages or inconvenience that may result.

Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1502
by: Nel | last post by:
I have recently updated an on-line petition at www.fuelprotest.com The confirmation email contained a verification link like www.fuelprotest.com?cvote.php?uid=000&crc=8289fde1298721ac397392909edf2 (example link - this one won't work) However some users had problems with the link working. The email was just plain text using mail(). I have now changed it to MIME 1.0 and text/html. Would you please try
7
2881
by: SOR | last post by:
Although this currently defeats the spam bots in some respects - isnt it just a mater of time before the spammers figure out a way to verify a signup via email using rotating disposable email addresses or whatever . And if so , Would it not be a good idea to separate the url and signup verification code in the welcome email *now* rather than doing a rewrite later given that non geeks tend not to update any apps they install on their...
3
1830
by: thomas.b36 | last post by:
Hi all, What's that mean : "Low Level Verification of ASIC Soc"?. The SoC should be tested on development board containing FPGA, CPU and so. In this cas how would you proceed using C programming?. Do one need to be proficient in C prog or just fonctional C will do?. Thank for your precious time Gentlemans and Ladies. Thomas.
0
2189
by: pwilliams | last post by:
NCOALink Change of Address Verification Each year over 40 million Americans change their mailing addresses. This change is equivalent to every person in California deciding to change addresses and not tell you that they have moved. This uncertainty results in wasted spending on undeliverable address mail, returned mail and processing fees related to direct mail campaigns. NCOALink solves this problem for you. NCOALink provides you...
13
5493
by: Kal | last post by:
I have a small console app that started out in dotnet 1.1 in VS 2003. That version can be copied to a W2K3 server where it runs fine. I set up a new project in VS 2005 and copied the code files from 2003 to 2005 where they compile and run, no problem. When I copy the two files (exe & dll) to the same W2K3 server they fail with the Strong Name Verification Failed error. After running the console contains: "Unhandled Exception:...
3
2170
by: Jano | last post by:
Hi - Happy New Year! I have a web-site which accepted paypal payment for membership. No-one's buying so I want to make it free. The page which inputs the member details into the database needs verification, and I want to bypass the verification, but I can't figure it out. Can anyone help. - I have pasted the script below. Many thanks, Jano <? include("header.php"); ?> <? // read the post from PayPal system and add 'cmd' $req =...
7
5012
by: kyle.reddoch | last post by:
I am having trouble setting up my formmail to work with the captcha.php script i have. Any help would be greatly appreciated. Thanks!
4
1742
by: sangam56 | last post by:
I have used cookieless mode of ASPState sql server session mode. I have used the CreateUserWizard to register user in the web site. And users must click the email verification link before being activated. This all works well. But i need to retrieve the whole session when user opens the site by clicking the email verification link. I can not use the cookieless mode of session, this is requirement , which in fact solves the problem. So i am...
0
8983
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8822
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9528
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9236
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6792
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6072
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3298
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2774
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2206
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.