akarupt

Results 3 comments of akarupt

For it works i needed to change the _format_query_raw_string to this. private function _format_query_raw_string() { $query_string = array( 'Action' => 'SendRawEmail', 'Source' => ($this->from_name ? $this->from_name . ' ' :...

The next function need a variable instead of explode direct. ``` public function attach($filename, $name = FALSE) { if (!file_exists($filename)) return FALSE; if ( ! $name) $name = basename($filename); $ext=explode('.',...