Welcome Guest, Not a member yet? Register   Sign In
unable to relay for recipients
#5

[eluser]husni[/eluser]
[quote author="n0xie" date="1264537318"]Did you try this?
Code:
$config['newline'] = "\r\n";

      $this->load->library('email');
    
      $this->email->from(‘[email protected]’, ‘Jeffrey Way’);
      $this->email->to(‘[email protected]’);    
      $this->email->subject(‘This is an email test’);    
      $this->email->message(‘It is working. Great!’);
      
      $this->email->initialize($config);
[/quote]

i tried that one..
i have add this code

if($this->email->send())
{echo "berjaya<br>";}
else
{echo "gagal hantar email<br><br>";
echo $this->email->print_debugger();}

still got error..


Messages In This Thread
unable to relay for recipients - by El Forum - 01-24-2010, 10:37 PM
unable to relay for recipients - by El Forum - 01-25-2010, 03:58 AM
unable to relay for recipients - by El Forum - 01-25-2010, 06:35 PM
unable to relay for recipients - by El Forum - 01-26-2010, 08:21 AM
unable to relay for recipients - by El Forum - 01-26-2010, 09:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB