Welcome Guest, Not a member yet? Register   Sign In
Email Library woes
#4

[eluser]louis w[/eluser]
Did you change them all to $this->CI->email ?

Code:
$this->CI->email->from($this->fromUser, 'Dean F');
      $this->CI->email->reply_to($this->fromUser, 'Dean F');
      $this->CI->email->to('[email protected]');
      $this->CI->email->subject($this->theSubject);
      $this->CI->email->message($this->theMessage);
      $this->CI->email->send();


Messages In This Thread
Email Library woes - by El Forum - 07-14-2008, 05:38 PM
Email Library woes - by El Forum - 07-15-2008, 04:06 AM
Email Library woes - by El Forum - 07-15-2008, 10:33 AM
Email Library woes - by El Forum - 07-15-2008, 12:32 PM
Email Library woes - by El Forum - 07-15-2008, 04:29 PM
Email Library woes - by El Forum - 07-16-2008, 01:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB