4 Minute Delay Between New User Registration and Receipt of Activation Email
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-05-10T10:55:08Z
Indexed on
2010/05/10
11:04 UTC
Read the original article
Hit count: 325
Hello,
I am using a PHP/MySQL login script that sends a new user an activation email. When a new user registers, the info is put into MySQL pretty much instantly, but then it takes about 4 minutes for the activation email to arrive in the new user's inbox.
It seems like sites like Facebook and Twitter can get out an activation email instantly when a new user registers. Is there anything that I could do to make the activation email that I'm using arrive instantly or really fast?
Thanks in advance,
John
© Stack Overflow or respective owner