Email Library woes |
[eluser]stuffradio[/eluser]
I'm using my own library to send email. Code: <?php Whenever I try using this library, I get a blank page and Apache throws the following error: Quote:PHP Fatal error: Call to undefined method Picture::from() in /var/www/vhosts/xxxxx/httpdocs/system/application/libraries/sendemaillib.php on line 21, referer: xxxxx/index.php/picture/id/2 Line 21 is Quote: $this->CI->from($this->fromUser, 'Dean F'); The code using this is: Code: $this->sendemaillib->toUser = $getUser->email; Hope you can help!!! |
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
|