E-mail Class Problem |
[eluser]Ricardo Machado[/eluser]
I have the following code: Code: this->load->library('email'); # LOAD THE LIBRARY I don't know why, but the script keeps givin' me some warning/errors about the From and the Return-Path headers. Keeps sayin' they are not set... When I make a var_dump($this->_headers); in the class I can see that they have not been set as they supposed to be between the function from() and the function _set_header().... Is this error caused by me, or is it a 'bug' ? :X Any help would be appreciated, thanks in advance... |
Messages In This Thread |
E-mail Class Problem - by El Forum - 12-17-2008, 12:15 PM
E-mail Class Problem - by El Forum - 12-18-2008, 11:34 AM
|