Welcome Guest, Not a member yet? Register   Sign In
puzzling error msg in form validation controller
#15

[eluser]n0xie[/eluser]
[quote author="oldnews" date="1245536075"]
Call to undefined method CI_Email::email_from() for line 35, though I think am observing the suggested construction under the Email Function Reference heading on the CI User Guide Email Class

Code:
$this->load->library('email');

            $this->email->subject("Best Summer Vacation Picture contest entry");
            $this->email->email_from($email, $who);
            $this->email->reply_to($email, $who);
            $this->email->to("[email protected]");
This is all very confusing. I suppose the undefined method referred to by the error message is distinct from the email function, but where must I direct my attention in the User Guide to grasp this nuance and do the correct coding that will generate what is billed as a simple email send process?[/quote]

See http://ellislab.com/codeigniter/user-gui...email.html

Quote:Email Function Reference
Code:
$this->email->from()
Sets the email address and name of the person sending the email:
Code:
$this->email->from('[email protected]', 'Your Name');


Messages In This Thread
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:37 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:43 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:46 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:53 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 03:58 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:01 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:03 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 04:06 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 10:17 PM
puzzling error msg in form validation controller - by El Forum - 06-19-2009, 10:21 PM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 03:53 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 04:09 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 04:19 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 11:14 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 11:56 AM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 01:44 PM
puzzling error msg in form validation controller - by El Forum - 06-20-2009, 06:58 PM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 05:19 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 05:52 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 06:31 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 07:24 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 07:37 AM
puzzling error msg in form validation controller - by El Forum - 06-21-2009, 08:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB