Welcome Guest, Not a member yet? Register   Sign In
email taking long to arrive
#1

[eluser]wildcard99[/eluser]
Ive created an email script like this..
Code:
$this->email->from("[email protected]", "Sample");
$this->email->to($emailadd);

$this->email->subject('Forgot password');
$this->email->message($mailmsg);
$this->email->send();

but the email takes so long to arrive.. is there anyway to make it fast!? ;-)


Messages In This Thread
email taking long to arrive - by El Forum - 02-19-2008, 11:01 AM
email taking long to arrive - by El Forum - 02-19-2008, 11:18 AM
email taking long to arrive - by El Forum - 02-19-2008, 02:02 PM
email taking long to arrive - by El Forum - 02-20-2008, 06:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB