CI 2.0.1: $this->email->to() not being set |
[eluser]Matt Stein[/eluser]
As the title suggests, the email debugger is tracing everything properly and indicating that the "mail" protocol is sending as it should. The only problem is that I don't get the email, and it looks like the "To:" field isn't being set. All addresses are valid, have used $this->email->clear() for good measure, and config is stored in PHP file so there's not been any initialization. No other errors or indications that anything is wrong. Code: $this->load->library('email'); Code: User-Agent: CodeIgniter Did I miss something? |
Messages In This Thread |
CI 2.0.1: $this->email->to() not being set - by El Forum - 07-25-2011, 03:14 PM
CI 2.0.1: $this->email->to() not being set - by El Forum - 07-25-2011, 07:30 PM
CI 2.0.1: $this->email->to() not being set - by El Forum - 07-25-2011, 07:34 PM
CI 2.0.1: $this->email->to() not being set - by El Forum - 07-25-2011, 10:36 PM
|