Welcome Guest, Not a member yet? Register   Sign In
Email problems
#8

[eluser]ErwinVanHoof[/eluser]
Hi there,

I think I found your problem

Have a look at this line:

Code:
$this->email->to('$email');

Shouldn't that be:

Code:
$this->email->to("$email");

or

$this->email->to($email);

else the email address will litteraly be '$email'


Messages In This Thread
Email problems - by El Forum - 08-11-2008, 09:40 AM
Email problems - by El Forum - 08-11-2008, 09:44 AM
Email problems - by El Forum - 08-11-2008, 09:48 AM
Email problems - by El Forum - 08-11-2008, 09:52 AM
Email problems - by El Forum - 08-11-2008, 03:38 PM
Email problems - by El Forum - 08-11-2008, 11:01 PM
Email problems - by El Forum - 08-12-2008, 02:01 AM
Email problems - by El Forum - 08-28-2008, 01:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB