e-mail too long time to send e-mail too long time to send
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

e-mail too long time to send

Started by mat_, May 27, 2005, 12:10:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mat_

Hi,

I remark that when a user register it takes more than 30minutes to mail (activation mail) arrives to him! I have forums and the mail arrives immediately to users! Why?

(sorry for my bad englisth)

Joachim Müller

the email is sent out immediately from the script. What happens then can't be said. This is a matter of server setup and the way email is being delivered over the internet. Depending on the configuration of all mail servers in the chain and the clien't config, it can take some time untill the email arives at the client. Email is not a "live" medium (a standard fax machine without storing and delayed sending features for example is "live"), it can take some time untill the email is being delivered, it just seems to be "live" for some emails.
Your question is not related to coppermine at all, you might want to find out how email works in general. A good place to start is http://en.wikipedia.org/wiki/Email#How_e-mail_works

Joachim