Send Mail error On freebsd,sendmail |
[eluser]whidbey[/eluser]
I have installed sendmail in freebsd system. my CI controler code is: $this->email->from('[email protected]', 'whidbey'); $this->email->to('[email protected]'); $this->email->subject('Email Test'); $this->email->message('Testing the email class.'); $this->email->send(); echo $this->email->print_debugger(); I got the error: Unable to send email using PHP mail(). Your server might not be configured to send mail using this method. From: "whidbey" Return-Path: what can I do ?thank you |
Messages In This Thread |
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 07:37 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 07:56 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 08:02 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 08:09 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 08:25 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 08:31 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 08:43 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 11:13 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 11:15 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 11:20 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 11:29 PM
Send Mail error On freebsd,sendmail - by El Forum - 08-05-2007, 11:56 PM
|